Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_final_forme_Other_15

(view raw script w/o annotations or w/e)
1
if (active == 1)
2
{
3
    with (obj_spamton_neo_enemy)
4
        event_user(2);
5
    if (destroyonhit == 1)
6
        instance_destroy();
7
}