Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_cake_Alarm_0

(view raw script w/o annotations or w/e)
1
audio_play_sound(snd_success, 1, 0);
2
scr_text
scr_text

function scr_text() { if (!instance_exists(obj_dialogue)) msg = instance_create(x, y, obj_dialogue); }
();
3
with (msg)
4
    message[0] = "* (...Phew.)";
5
npc_flag = 1;
6
other.image_index = 1;
7
waiter = 0;
8
global.cutscene = false;
9
scr_radio_restart
scr_radio_restart

function scr_radio_restart() { with (obj_radio) event_user(0); }
();