if (myinteract == 3) { global.interact = 1; scr_speaker("no_name"); msgset(0, "* Text time!!/%"); d_make(); myinteract = 4; } if (myinteract == 4 && !d_ex()) { global.interact = 0; myinteract = 5; } if (myinteract == 5) { if (!place_meeting(x, y, obj_climb_kris)) myinteract = 0; }