From 2901ba177dea5867cbd52eb2b02a0ef8e1816e15 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 7 Jan 2015 21:00:16 -0600 Subject: Moving Tutorial from Tulimshar to Candor --- world/map/npc/029-1/ferry_master.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 world/map/npc/029-1/ferry_master.txt (limited to 'world/map/npc/029-1/ferry_master.txt') diff --git a/world/map/npc/029-1/ferry_master.txt b/world/map/npc/029-1/ferry_master.txt new file mode 100644 index 00000000..3163e6b2 --- /dev/null +++ b/world/map/npc/029-1/ferry_master.txt @@ -0,0 +1,21 @@ +// + +029-1.gat,45,107,0|script|Ferry Master#candor|138 +{ + mes "[Ferry Master]"; + mes "\"Hello! Do you need something?\""; + goto L_Main; + +L_Main: + menu + "How do I use the ferry?", L_Explain, + "Nothing I guess", L_Close; + +L_Explain: + mes "[Ferry Master]"; + callfunc "FerryHelp"; + goto L_Main; + +L_Close: + close; +} -- cgit v1.2.3-60-g2f50