Undertale script viewer

← back to main script listing

gml_Object_obj_floweytalker1_Other_7

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_floweygrow)
2
{
3
    image_index = 0;
4
    sprite_index = spr_floweylaughoverworld;
5
    image_speed = 0;
6
    alarm[0] = 30;
gml_Object_obj_floweytalker1_Alarm_0.gml

snd_play(snd_floweylaugh); alarm[1] = 150; image_speed = 0.6;
7
}
8
if (sprite_index == spr_floweyshrink)
9
{
10
    image_index = 0;
11
    sprite_index = spr_floweysink;
12
    image_speed = 0.5;
13
}