Undertale script viewer

← back to main script listing

gml_Object_obj_napstablook_farm2_Alarm_0

(view raw script w/o annotations or w/e)
1
myinteract = 3;
2
if (con == 0)
3
{
4
    global.msc = 619;
5
}
6
else
7
{
8
    global.msc = 619;
9
    blcontimer = 0;
10
    encouragement = 0;
11
    blconyes = 0;
12
    snailtimer = 0;
13
    snailsad = 0;
14
    won = 0;
15
    fun = 0;
16
    con = 0;
17
}
18
global.typer = 5;
19
global.facechoice = 0;
20
global.faceemotion = 0;
21
mydialoguer = instance_create(0, 0, obj_dialoguer);
22
talkedto += 1;