#define scr_Pause Code { draw_set_font(font_Pause); draw_set_color(c_blue); draw_set_halign(fa_center); draw_text(room_width/2,100, 'Game Paused. Press any key to continue'); screen_refresh(); keyboard_wait(); io_clear(); }