Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_1_attack_audience_hate_sign_Step_0

(view raw script w/o annotations or w/e)
1
image_alpha = lerp(image_alpha, 1, 0.05)
2
if (image_alpha > 0.99)
3
    image_alpha = 1
4
if (image_index >= (image_number - 1))
5
{
6
    image_index = image_number - 1
7
    image_speed = 0
8
}
9
if instance_exists(obj_dialogue_box_battle_transformation_any)
10
    y = obj_dialogue_box_battle_transformation_any.bbox_top - 10