Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_ch3_GSC05_susiezilla_tutorial_CleanUp_0
(view raw script w/o annotations or w/e)
|
1
|
if (init == 1)
|
|
2
|
{
|
|
3
|
with (shadowguy)
|
|
4
|
instance_destroy();
|
|
5
|
with (susie)
|
|
6
|
instance_destroy();
|
|
7
|
with (tenna)
|
|
8
|
instance_destroy();
|
|
9
|
with (ralsei)
|
|
10
|
instance_destroy();
|
|
11
|
}
|