diff options
-rw-r--r-- | npc/009-1/jack.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/009-1/jack.txt b/npc/009-1/jack.txt index f789ec00..5558c69b 100644 --- a/npc/009-1/jack.txt +++ b/npc/009-1/jack.txt @@ -30,8 +30,9 @@ L_NotInspector: next; if (@Q_Forestbow < 1) goto L_close; - mes "I heard you aren't delivering any more living wood. Why not?"; - next; + select + l("I heard you aren't delivering any more living wood. Why not?"); + mes ""; goto L_Next; L_Next: |