Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_ceroba_special_attack_red_bullet_hitbox_Step_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (spawner != -4)
4
{
5
    if (!instance_exists(spawner))
6
    {
7
        instance_destroy();
8
    }
9
    else
10
    {
11
        x = spawner.x;
12
        y = spawner.y;
13
    }
14
}