Undertale script viewer

← back to main script listing

gml_Object_obj_papyrusboss_Other_13

(view raw script w/o annotations or w/e)
1
alarm[10] = 30;
gml_Object_obj_papyrusboss_Alarm_10.gml

if (bonetalk4 == 1) { global.msg[0] =
ALAS,Delay 11 POOR
PAPYRUS!Wait for inputClose MessageClose Message
scr_gettext("obj_papyrusboss_270")
; if (murder == 1) global.msg[0] =
W-WELL,Delay 11 THAT'S
NOT WHAT I
EXPECTED...Wait for inputClose MessageClose Message
scr_gettext("obj_papyrusboss_272")
; global.typer = 22; blcon = instance_create(x + 145, y + 52, obj_blconwdflowey); blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER); bonetalk4 = 2; } if (bonetalk4 == 3) { global.msg[0] =
WELL,Delay 11 AT LEAST I
STILL HAVE MY
HEAD!Wait for inputClose MessageClose Message
scr_gettext("obj_papyrusboss_282")
; if (murder == 1) { global.msg[0] =
BUT...Wait for input
scr_gettext("obj_papyrusboss_285")
; global.msg[1] =
ST...Delay 11 STILL!Delay 11
I BELIEVE IN
YOU!Wait for input
scr_gettext("obj_papyrusboss_286")
; global.msg[2] =
YOU CAN DO A
LITTLE BETTER!Wait for input
scr_gettext("obj_papyrusboss_287")
; global.msg[3] =
EVEN IF YOU
DON'T THINK SO!Wait for input
scr_gettext("obj_papyrusboss_288")
; global.msg[4] =
I...Delay 11
I PROMISE...Wait for inputClose MessageClose Message
scr_gettext("obj_papyrusboss_289")
; } global.typer = 22; blcon = instance_create(x + 145, y + 104, obj_blconwdflowey); blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER); bonetalk4 = 3.5; } alarm[10] = 2; if (bonetalk4 == 5) { bonetalk4 = 6; event_user(2); alarm[10] = -2; } if (bonetalk4 == 4) { global.xp += 200; dh.c = 7; global.kills += 1; alarm[10] = 150; bonetalk4 = 5; } if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0) { with (blcon) instance_destroy(); bonetalk4 = 4; alarm[10] = 100; } if (bonetalk4 == 2.5) { dh.c = 5; bonetalk4 = 3; alarm[10] = 80; } if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0) { dh.c = 4; db.c = 4; with (blcon) instance_destroy(); alarm[10] = 30; bonetalk4 = 2.5; } if (bonetalk4 == 0) { dh.c = 1; alarm[10] = 60; bonetalk4 = 1; }
2
global.hurtanim[myself] = 0;
3
with (mypart1)
4
    instance_destroy();
5
visible = false;
6
dh = instance_create(x + 41, y, obj_papyrusdeadhead);
7
db = instance_create(x, y, obj_papyrusdeadbody);
8
caster_free(global.batmusic);
9
caster_free(global.batmusic2);