Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_exclamation_mark_fake_Step_2

(view raw script w/o annotations or w/e)
1
x = obj_pl.x - 4
2
y = obj_pl.y - 26
3
if (floor(image_index) == 8)
4
{
5
    if (!audio_is_playing(snd_hurt))
6
        audio_play_sound(snd_hurt, 1, 0)
7
}