Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_init_Create_0

(view raw script w/o annotations or w/e)
1
depth = 10000;
2
instance_create(0, 0, obj_chefs_game);
3
instance_create(0, 0, obj_chefs_kris);
4
instance_create(140, 200, obj_chefs_susie);
5
instance_create(540, 200, obj_chefs_ralsei);
6
instance_create(0, 640, obj_chefs_customer_spawner);
7
instance_create(574, 210, obj_chefs_spawner);
8
with (instance_create(75, 190, obj_chefs_spawner))
9
{
10
alarm[0]
11
    mode = 1;
12
}