Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_microf_cutscene_Alarm_0

(view raw script w/o annotations or w/e)
1
global.cutscene = false
2
if (!instance_exists(obj_dialogue))
3
    msg = instance_create(x, y, obj_dialogue)
4
with (msg)
5
{
6
    portrait = false
7
    sndfnt = 99
8
    message[0] = "* You hear movement in the#  distance..."
9
}