|
3
|
alarm[4] = 40; gml_Object_blt_sizebone_Alarm_4.gml
global.msg[0] = THIS IS AN ERROR& MESSAGE.Delay 11& REALLY!!!Wait for inputClose MessageClose Message ;
if (global.flag[67 status_papyrus] == -1)
{
global.msg[0] = YOU'RE TOO WEAK!!& I WAS EASILY ABLE& TO CAPTURE YOU!!!Wait for input ;
global.msg[1] = I WILL NOW SEND& YOU TO THE& CAPTURE ZONE!!Wait for input ;
global.msg[2] = OR,Delay 11 AS SANS& CALLS IT.Delay 11..Wait for input ;
global.msg[3] = OUR GARAGE???Wait for input ;
global.msg[4] = YOU'RE IN THE& DOGHOUSE NOW!Wait for input ;
global.msg[5] = NYEH HEH HEH HEH& HEH HEH HEH!!!Wait for inputClose MessageClose Message ;
}
if (global.flag[67 status_papyrus] == -2)
{
global.msg[0] = WELL!!!Delay 11 YOU MAY& HAVE CLEVERLY& ESCAPED FROM& JAIL BEFORE...Wait for input ;
global.msg[1] = BUT THIS TIME,Delay 11& I'VE UPGRADED& THE FACILITIES.Wait for input ;
global.msg[2] = NOT ONLY WILL& YOU BE& TRAPPED...Wait for input ;
global.msg[3] = BUT YOU WON'T& EVEN WANT& TO LEAVE!!!Wait for input ;
global.msg[4] = NYEH HEH HEH HEH& HEH HEH HEH!!!Wait for inputClose MessageClose Message ;
}
if (global.flag[67 status_papyrus] == -3)
{
global.msg[0] = YOU ARE...& PERSISTENT!Wait for input ;
global.msg[1] = BUT!Delay 11& IT JUST WON'T& WORK ON ME!Wait for input ;
global.msg[2] = I AM THE& PERSISTENTEST!Wait for input ;
global.msg[3] = AND IF YOU& THINK YOU ARE& PERSISTENESTER...Wait for input ;
global.msg[4] = THAT IS WRONG!Delay 11& GRAMATICALLY& WRONG!Wait for input ;
global.msg[5] = BECAUSE THE& CORRECT FORM& WOULD BE...Wait for input ;
global.msg[6] = NOT AS& PERSISTENTEST AS& PAPYRUS,Delay 11 THE& PERSISTENTESTEST!Wait for input" ;
global.msg[7] = I HOPE YOU& ENJOYED THIS& LESSON.Wait for input ;
global.msg[8] = NYEH HEH HEH HEH& HEH HEH HEH!!!Wait for inputClose MessageClose Message ;
}
global.typer = 22;
with (OBJ_WRITER)
instance_destroy();
blcon = instance_create(obj_papyrusboss.x + 145, obj_papyrusboss.y + 52, obj_blconwdflowey);
blconwd = instance_create(blcon.x + 15, blcon.y + 10, OBJ_WRITER);
alarm[5] = 1;
|