|
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 ;
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 ;
global.msg[2] = \E3RECENTLY,Delay 11 HE TRIED 'BAKING' SOMETHING.Wait for input ;
global.msg[3] = IT WAS LIKE...Delay 11 A QUICHE.Wait for input ;
global.msg[4] = BUT FILLED WITH A SUGARY,Delay 11 NON-EGG SUBSTANCE.Wait for input ;
global.msg[5] = \E0HOW ABSURD!Wait for inputClose MessageClose Message ;
}
if (talkedto > 0)
global.msg[0] = * (There's an empty pie tin inside the stove.)Wait for inputClose MessageClose Message ;
mydialoguer = instance_create(0, 0, obj_dialoguer);
talkedto += 1;
|