summaryrefslogtreecommitdiff
path: root/npc/022-1_Tulimshar/ferry_master.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-09-22 10:56:42 -0600
committerJared Adams <jaxad0127@gmail.com>2009-09-22 10:56:42 -0600
commit90309d65eec85483792f68877970b85078e6018b (patch)
treecc0fcc19d795fc9561cc241723fae6a809081763 /npc/022-1_Tulimshar/ferry_master.txt
parentb5f7dfdee450a0cd90f15bfc1a6f7845b6060198 (diff)
downloadserverdata-90309d65eec85483792f68877970b85078e6018b.tar.gz
serverdata-90309d65eec85483792f68877970b85078e6018b.tar.bz2
serverdata-90309d65eec85483792f68877970b85078e6018b.tar.xz
serverdata-90309d65eec85483792f68877970b85078e6018b.zip
Add a basic ferry system
Diffstat (limited to 'npc/022-1_Tulimshar/ferry_master.txt')
-rw-r--r--npc/022-1_Tulimshar/ferry_master.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/022-1_Tulimshar/ferry_master.txt b/npc/022-1_Tulimshar/ferry_master.txt
new file mode 100644
index 00000000..3cc10ce3
--- /dev/null
+++ b/npc/022-1_Tulimshar/ferry_master.txt
@@ -0,0 +1,16 @@
+//
+
+022-1.gat,73,71,0 script Ferry Master 138,{
+ mes "[Ferry Master]";
+ mes "\"Hello! Do you need something?\"";
+ next;
+ menu
+ "How do I use the ferry?", L_Explain,
+ "Nothing I guess", -;
+ close;
+
+L_Explain:
+ mes "[Ferry Master]";
+ mes "\"You'll setup on the dock and select your destination. Each destination has an associated price that you need to pay. You don't have to go anywhere. Choosing the current port will result in nothing.\"";
+ close;
+}