summaryrefslogtreecommitdiff
path: root/npc/001-1/koga.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-16 18:32:08 +0000
committerJesusaves <cpntb1@ymail.com>2019-04-16 18:32:08 +0000
commitcfdac168646533c73d56da77b95b90d2b995c6eb (patch)
tree8a092147e03ef4be86fb5288c5a27690bedaa4ab /npc/001-1/koga.txt
parent69dd9c2d6dac4bcf3a396a8c375c1098a86dd541 (diff)
parent2c225255950a09ee5641913bb6022e8881c1c679 (diff)
downloadserverdata-s20190422.tar.gz
serverdata-s20190422.tar.bz2
serverdata-s20190422.tar.xz
serverdata-s20190422.zip
Merge branch 'jesusalva/legion' into 'master's20190422
Package Legion for travel. Closes evol-all#25 See merge request evol/serverdata!174
Diffstat (limited to 'npc/001-1/koga.txt')
-rw-r--r--npc/001-1/koga.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt
index da0ab629..2595be63 100644
--- a/npc/001-1/koga.txt
+++ b/npc/001-1/koga.txt
@@ -9,7 +9,18 @@
speech
l("Ah, whom did you bring here?"),
l("Isnt that the one Nard found on a float in the sea, with the sign of the Legion on his chest?");
- l("I hope they know what they are doing. So, come on board. I am looking forward to go back to Woodland, haven't been there for a while.");
+ next;
+ mesc l("Travel to woodlands?");
+ if (askyesno() == ASK_YES)
+ {
+ speech
+ l("I hope they know what they are doing. So, come on board. I am looking forward to go back to Woodland, haven't been there for a while.");
+ next;
+ closeclientdialog;
+ setmount 0;
+ warp "008-1-1", 33, 63;
+ dispbottom l("After a tiring, yet fast, travel by Koga, you arrive at @@.", l("Woodlands"));
+ }
close;