Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_ch2_noellepuzzle_forcefield_Destroy_0
(view raw script w/o annotations or w/e)
1 |
if (sold == 1) |
2 |
{ |
3 |
if (i_ex(solid1)) |
4 |
{ |
5 |
with (solid1) |
6 |
instance_destroy(); |
7 |
} |
8 |
} |