Undertale script viewer

← back to main script listing

gml_Object_obj_papstove_Step_0

(view raw script w/o annotations or w/e)
1
if (myinteract == 1)
2
{
3
    if (obj_kitchenchecker.level == 0)
4
    {
5
        global.interact = 1;
6
        alarm[0] = 1;
gml_Object_obj_papstove_Alarm_0.gml

myinteract = 3; global.msc = 556; global.typer = 5; global.facechoice = 0; global.faceemotion = 0; global.msc = 0; global.msg[0] =
* (There's an empty pie tin
inside the stove.)Wait for inputClose MessageClose Message
scr_gettext("obj_papstove_71")
; if (instance_exists(obj_papyrusparent)) { scr_papface(0, 0); global.msg[1] =
\E0MY BROTHER ALWAYS
GOES OUT TO EAT.Delay 11
BUT...Wait for input
scr_gettext("obj_papstove_75")
; global.msg[2] =
\E3RECENTLY,Delay 11 HE TRIED
'BAKING' SOMETHING.Wait for input
scr_gettext("obj_papstove_76")
; global.msg[3] =
IT WAS LIKE...Delay 11
A QUICHE.Wait for input
scr_gettext("obj_papstove_77")
; global.msg[4] =
BUT FILLED WITH A
SUGARY,Delay 11 NON-EGG
SUBSTANCE.Wait for input
scr_gettext("obj_papstove_78")
; global.msg[5] =
\E0HOW ABSURD!Wait for inputClose MessageClose Message
scr_gettext("obj_papstove_79")
; } if (talkedto > 0) global.msg[0] =
* (There's an empty pie tin
inside the stove.)Wait for inputClose MessageClose Message
scr_gettext("obj_papstove_82")
; mydialoguer = instance_create(0, 0, obj_dialoguer); talkedto += 1;
7
        myinteract = 2;
8
    }
9
    else
10
    {
11
        myinteract = 0;
12
    }
13
}
14
if (myinteract == 3)
15
{
16
    if (instance_exists(mydialoguer) == 0)
17
    {
18
        global.interact = 0;
19
        myinteract = 0;
20
    }
21
}