From a0b0c554d4cdec963ae74615a291dac075d33229 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 Jan 2020 19:58:01 +0000 Subject: Added Bat GHQ to Arkim --- npc/015-3/arkim.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'npc/015-3') diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index 274d9cd9b..6087333cc 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -52,7 +52,8 @@ L_Loop: Zeny=Zeny+70; break; case 3: - close; + goto L_Assign; + close; // Will never reach. break; case 4: goto L_Research; @@ -67,7 +68,8 @@ L_Timer: mesc l("You need at least level 20 to help."); mesn; mesq l("You've helped me plenty. Please come back in @@", FuzzyTime($@ARKIM_TIMER+(60*60*24),2,2)); - close; + goto L_Assign; + close; // Will never reach. // TODO L_Research: @@ -90,7 +92,8 @@ L_Research: switch (@menu) { case 1: mesq l("Good bye!"); - close; + goto L_Assign; + close; // Will never reach. break; case 2: mesq l("The @@ are specially dangerous, and archers love them.", getitemlink(CursedArrow)); @@ -139,6 +142,10 @@ L_Research: next; goto L_Research; +L_Assign: + GHQ_Assign(Bat, "Bat"); + end; + OnInit: .sex=G_MALE; .distance=5; -- cgit v1.2.3-60-g2f50