#define script0 { draw_set_color(c_red);//color draw_set_halign(fa_center);//sets it to the center of the screen draw_text(room_width/2,100,'press any key to un pause.');//displays message screen_refresh();//refresh it keyboard_wait();//press any keyboard thing to unpause// you can also use mouse_wait() for the mouse instead io_clear();//clears io. }