summaryrefslogtreecommitdiff
path: root/npc/080-1/final.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/080-1/final.txt')
-rw-r--r--npc/080-1/final.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index f42c967f..5298364b 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -53,6 +53,8 @@ OnInit:
'XMAS21CUTSCENE=true;
// Position the NPCs based on Gak's maximum distance and visible window
+ enablenpc(.@ali$); // Fail-safe
+ setnpcdir(.@ali$, 4); // Fail-safe
unitwarp(getnpcid(.@ali$), .@m$, 97, 60);
sleep2(100);
npcwalkto(97, 42, .@ali$);
@@ -207,7 +209,10 @@ OnKil:
mes l("There are several names in fine print below this gargoyle:");
// Sorry for missing names (e.g. Platyna) and spurious names (e.g. Crush)
// Wanted to list only TMW sysadmins but too much trouble
- mes "Bjorn ~ Crush ~ ElvenProgrammer ~ Freeyorp ~ Frost ~ Jak1 ~ Jaxad ~ Jesusalva ~ MadCamel ~ Reid ~ Rotonen ~ Tux9th ~ Wombat ~ Wushin";
+ // Remove: Crush Rotonen Tux9th Wombat
+ // Add: Platyna o11c 4144 Jenalya
+ // Bjorn ~ ElvenProgrammer ~ Freeyorp ~ Frost ~ Jak1 ~ Jaxad ~ Jesusalva ~ MadCamel ~ Reid ~ Wushin ~ Platyna ~ o11c
+ mes "Bjorn ~ Crush ~ ElvenProgrammer ~ Freeyorp ~ Frost ~ Jak1 ~ Jaxad ~ Jesusalva ~ MadCamel ~ Reid ~ Jenalya ~ Tux9th ~ Wombat ~ Wushin";
next;
mes l("Whose name do you press?");
select
@@ -272,11 +277,11 @@ function showgak {
l("Do you know where Gak lives?");
mes "";
switch (@menu) {
- case 1:
+ case 2:
mesn;
mesq l("Not this year, no.");
break;
- case 2:
+ case 3:
mesn;
mesq l("I believe he warps to the world during Halloween and warps back afterwards.");
next;
@@ -293,7 +298,7 @@ function showgak {
OnInit:
.distance = 5;
- setarray .adm$, "Bjorn", "Crush", "ElvenProgrammer", "Freeyorp", "Frost", "Jak1", "Jaxad", "Jesusalva", "MadCamel", "Reid", "Rotonen", "Tux9th", "Wombat", "Wushin";
+ setarray .adm$, "Bjorn", "Crush", "ElvenProgrammer", "Freeyorp", "Frost", "Jak1", "Jaxad", "Jesusalva", "MadCamel", "Reid", "Jenalya", "Tux9th", "Wombat", "Wushin";
if (!isChristmas21()) goto L_Off;
goto L_On;