summaryrefslogtreecommitdiff
path: root/npc/015-3/arkim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-3/arkim.txt')
-rw-r--r--npc/015-3/arkim.txt13
1 files changed, 10 insertions, 3 deletions
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;