if (con < 0) exit; if (con == 0) { if (obj_mainchara.y < 315 && obj_mainchara.x >= 320) { con = 1; global.interact = 1; } } if (con == 1) { con = 4; scr_speaker("no_name"); msgsetloc(0, "* There you are^1! It's time for another show^1! C'mon!/%", "obj_room_teevie_cowboy_intro_02_slash_Step_0_gml_20_0"); d_make(); } if (con == 4 && !d_ex()) { con = -1; scr_flag_set(1232, 1); var screen_wipe = instance_create(0, 0, obj_ch3_screen_wipe); screen_wipe.depth = -200; screen_wipe.target_room = room_shootout; screen_wipe.start = true; }