// This scripts shows a message and pauses the game { draw_set_font(score_font); draw_set_color(c_red); draw_set_halign(fa_center); draw_text(room_width/2,100,'Game Paused. Press any key to continue.'); screen_refresh(); keyboard_wait(); io_clear(); }