From 4bb66d2e484279986505262595658a20fdc7fb02 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Dec 2021 13:44:34 -0300 Subject: Gak's Puzzle can be now solved. Still pending the GATE flag. --- npc/080-1/final.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt index 5d5cbca0..1c245210 100644 --- a/npc/080-1/final.txt +++ b/npc/080-1/final.txt @@ -253,3 +253,31 @@ OnTouch: end; } +009-1,30,34,0 script Kytty#X21 NPC430,{ + if (!isChristmas21() || !X21_START() || !X21GAK_GOTO()) { + npctalkonce l("Hey there, %s.", strcharinfo(0)); + end; + } + + mesn; + mesq l("I'm busy looking for %s. Damn, where are TMW Sysadmins when you need them...", .adm$[XMAS21_KEYWORD]); + close; + +OnInit: + .distance = 5; + setarray .adm$, "Bjorn", "Crush", "ElvenProgrammer", "Freeyorp", "Frost", "Jak1", "Jaxad", "Jesusalva", "MadCamel", "Reid", "Rotonen", "Tux9th", "Wombat", "Wushin"; + if (!isChristmas21()) goto L_Off; + goto L_On; + +OnClock0000: + if (!isChristmas21()) goto L_Off; + goto L_On; + +L_On: + enablenpc .name$; + end; +L_Off: + disablenpc .name$; + end; +} + -- cgit v1.2.3-60-g2f50