Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_card_game_controller_Alarm_3

(view raw script w/o annotations or w/e)
1
cardg_failure = true;
2
audio_play_sound(snd_card_game_lose, 1, 0);
3
if (instance_exists(obj_card_game_cursor))
4
    instance_destroy(obj_card_game_cursor);