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 != noone)
4
{
5
    if (!instance_exists(spawner))
6
        instance_destroy()
7
    else
8
    {
9
        x = spawner.x
10
        y = spawner.y
11
    }
12
}