Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_rurus_checker_event_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
if (global.plot >= 175)
3
{
4
    checkernpc = instance_create(x, y, obj_npc_room_animated);
5
    instance_destroy();
6
}
7
else
8
{
9
    con = 1;
10
}