Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_attack_fire_pillar_base_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
        y = ystart - (spawner.ystart - spawner.y);
7
    else
8
        instance_destroy();
9
}