summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/ferry_master.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/022-1/ferry_master.txt')
-rw-r--r--world/map/npc/022-1/ferry_master.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/world/map/npc/022-1/ferry_master.txt b/world/map/npc/022-1/ferry_master.txt
new file mode 100644
index 00000000..a1d9d69a
--- /dev/null
+++ b/world/map/npc/022-1/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 step up 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;
+}