Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shutta_nobyacttest_CleanUp_0

(view raw script w/o annotations or w/e)
1
with (obj_actor)
2
{
3
    if (usprite == spr_ralsei_walk_up)
4
        instance_destroy();
5
}