Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_npc_castle_cliff_Step_0
(view raw script w/o annotations or w/e)
|
1
|
if (remove_shine)
|
|
2
|
{
|
|
3
|
remove_shine = false;
|
|
4
|
if (shine != -4)
|
|
5
|
{
|
|
6
|
with (shine)
|
|
7
|
instance_destroy();
|
|
8
|
}
|
|
9
|
}
|