Undertale script viewer

← back to main script listing

gml_Object_obj_rarependant_Alarm_0

(view raw script w/o annotations or w/e)
1
if (anti_buffer == 0)
2
{
3
    myinteract = 3;
4
    global.msc = 256;
5
    global.typer = 5;
6
    global.facechoice = 0;
7
    global.faceemotion = 0;
8
    mydialoguer = instance_create(0, 0, obj_dialoguer);
9
    talkedto += 1;
10
}