Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_dollar_Other_15

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