Deltarune script viewer

← back to main script listing

gml_Object_obj_doorE_ch1_Other_19

(view raw script w/o annotations or w/e)
1
global.interact = 3;
2
instance_create_ch1(0, 0, obj_fadeout_ch1);
3
if (touched == 0)
4
{
5
    alarm[2] = 8;
gml_Object_obj_doorE_ch1_Alarm_2.gml

global.entrance = 6; instance_create_ch1(0, 0, obj_persistentfadein_ch1); room_goto(room_next(room_next(room_next(room))));
6
    touched = 1;
7
}