diff options
Diffstat (limited to 'npc/015-2/guard.txt')
-rw-r--r-- | npc/015-2/guard.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/015-2/guard.txt b/npc/015-2/guard.txt index 6b3b679e4..6efe4c4b0 100644 --- a/npc/015-2/guard.txt +++ b/npc/015-2/guard.txt @@ -38,8 +38,10 @@ L_BanditLord: next; mesn strcharinfo(0); select - l("There was nobody on the Bandit Lord's room."), - l("I'm going, don't worry."); + l("I'm going, don't worry."), + l("There was nobody on the Bandit Lord's room."); + if (@menu == 1) + close; mes ""; mesn; mesq l("...Have you ever gone there yet?"); @@ -49,6 +51,9 @@ L_BanditLord: next; mesn; mesq l("In fact, Bryant is my brother, and he lives in a cave, and he probably have a high level quest too, but that's not important now."); + next; + mesn; + mesq l("Go kill the Bandit Lord!"); close; OnInit: |