Undertale script viewer

← back to main script listing

gml_Object_obj_wallswitchcut1_Step_0

(view raw script w/o annotations or w/e)
1
if (on == 1)
2
{
3
    on = 2;
4
    image_index = 1;
5
    snd_play(snd_noise);
6
}