Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_asgore_trident_shard_Step_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
image_angle += (5 * rotation_angle);
4
if (fade_out == true)
5
{
6
    image_alpha -= 0.05;
7
    if (image_alpha <= 0)
8
        instance_destroy();
9
}