Undertale script viewer

← back to main script listing

gml_Object_obj_grasssounder_Step_0

(view raw script w/o annotations or w/e)
1
if (sound == 1 && soundtimer < 0)
2
{
3
    snd_play(snd_splash);
4
    sound = 0;
5
    soundtimer = 3;
6
}
7
soundtimer -= 1;