Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_miner_bryan_Alarm_0

(view raw script w/o annotations or w/e)
1
scr_text
scr_text

function scr_text() { if (!instance_exists(obj_dialogue)) msg = instance_create(x, y, obj_dialogue); }
();
2
is_talking = 1;
3
with (msg)
4
{
5
    message[0] = "* You... you found my hat!";
6
    message[1] = "* You are a kind soul!";
7
    message[2] = "* I don't have anything to give#  you... but I am eternally#  grateful.";
8
}
9
hat_text = true;
10
npc_flag = 3;