Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_doorB_Alarm_2

(view raw script w/o annotations or w/e)
1
with (obj_overworldbulletparent)
2
    active = 0;
3
global.entrance = 2;
4
instance_create(0, 0, obj_persistentfadein);
5
room_goto_previous();