summaryrefslogtreecommitdiff
path: root/npc/012-1/jack.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-01 22:55:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-01 22:55:59 -0300
commit756019844c1bdd72f3478182f461b8fafdbc318a (patch)
tree262d03c1e73e797a07e6838b3ab82eca8f1f9abe /npc/012-1/jack.txt
parent22ee1e7689960cc250f9a71235ce1a11baeebb72 (diff)
downloadserverdata-756019844c1bdd72f3478182f461b8fafdbc318a.tar.gz
serverdata-756019844c1bdd72f3478182f461b8fafdbc318a.tar.bz2
serverdata-756019844c1bdd72f3478182f461b8fafdbc318a.tar.xz
serverdata-756019844c1bdd72f3478182f461b8fafdbc318a.zip
User-friendly Jack
Diffstat (limited to 'npc/012-1/jack.txt')
-rw-r--r--npc/012-1/jack.txt9
1 files 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);