Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_wild_east_cutscene_01_Create_0

(view raw script w/o annotations or w/e)
1
if (global.dunes_flag[20] > 0)
2
{
3
    instance_destroy();
4
    exit;
5
}
6
instance_create(720, 575, obj_starlo_npc);
7
instance_create(680, 635, obj_ed_npc);
8
instance_create(720, 635, obj_moray_npc);
9
instance_create(760, 635, obj_mooch_npc);
10
instance_create(760, 635, obj_ace_npc);
11
scene = 0;