summaryrefslogtreecommitdiff
path: root/npc/015-2/ben.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-2/ben.txt')
-rw-r--r--npc/015-2/ben.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt
index 9852ffa48..979ad50aa 100644
--- a/npc/015-2/ben.txt
+++ b/npc/015-2/ben.txt
@@ -8,7 +8,8 @@
015-2,269,172,0 script Ben Parkison NPC_MOUBOO,{
if (JobLevel > 20 && MERC_RANK == 0) goto L_Quest;
-//hello;
+
+L_Intro:
mesn;
mesq l("Hey newbie... I am a dangerous bandit.");
next;
@@ -51,6 +52,8 @@ L_Recruit:
mes "";
mesn;
mesq l("Welcome to the ##BBandits Guild##b! Steal anyone wealthy!");
+ } else {
+ goto L_Intro;
}
close;