From 756019844c1bdd72f3478182f461b8fafdbc318a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 22:55:59 -0300 Subject: User-friendly Jack --- npc/012-1/jack.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 89af3e614..f1b6912bb 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -12,10 +12,13 @@ mesn "Jack, the Lumberjack"; mesq l("Hello there! I'm Jack, the Lumberjack, and enemy of all trees. If you need some firewood, just let me know."); + mes ""; select l("Nothing at the moment, thanks."), rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow.")); + mes ""; + switch (@menu) { case 1: close; @@ -58,10 +61,10 @@ L_Loop: mesq l("Bring me your wood, and I'll show you which one is sturdy, yet flexible enough to make a good Forest Bow."); mes ""; select - l("Don't break my stuff."), - rif(countitem(RawLog) > 0, l("Try this one.")); + rif(countitem(RawLog) > 0, l("Try this one.")), + l("Don't break my stuff."); - if (@menu == 1) + if (@menu == 2) close; mes col("Jack bends the log over his knee.", 9); -- cgit v1.2.3-60-g2f50