Undertale script viewer
← back to main script listing
gml_Object_obj_floorswitch1_Collision_1576
(
view raw script w/o annotations or w/e
)
1
if (on == 0)
2
{
3
on = 1;
4
image_index = 1;
5
snd_play(snd_noise);
6
}