event_inherited();
if (interact)
{
scr_cutscene_startscr_cutscene_startfunction scr_cutscene_start() { global.cutscene = true; obj_pl.state = scr_frozen_state; obj_pl.image_index = 0; obj_pl.image_speed = 0; }();
audio_play_sound(snd_doorclose, 1, 0);
scr_change_roomscr_change_roomfunction scr_change_room(arg0, arg1, arg2) { if (!instance_exists(obj_transition)) { trn = instance_create(x, y, obj_transition); trn.newRoom = arg0; if (instance_exists(obj_pl)) { trn.xx = arg1; trn.yy = arg2; } } }(248, 160, 200);
}