Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_pplate_Step_0

(view raw script w/o annotations or w/e)
1
if ((place_meeting(x, y, obj_pl) || place_meeting(x, y, obj_toriel_npc)) && image_index == 0)
2
{
3
    audio_play_sound(snd_switch, 10, 0)
4
    image_index = 1
5
}