Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_29_flowers_Step_0

(view raw script w/o annotations or w/e)
1
if (image_index == 0)
2
{
3
    if place_meeting(x, y, obj_pl)
4
    {
5
        image_index = 1
6
        audio_play_sound(snd_guardener_step_on_flowers, 1, 0)
7
    }
8
}