Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_genocide_yellow_Other_7

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_flowey_enter)
2
{
3
    sprite_index = spr_flowey_nice
4
    image_speed = 0
5
    image_index = 0
6
    alarm[0] = 15
alarm[0]

instance_create(367, 114, obj_quote_bubble_battle) instance_create(0, 0, obj_quote_battle_flowey_genocide_yellow)
7
}