summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/ferry_master.txt
diff options
context:
space:
mode:
authorFrost <networktoy@cox.net>2011-09-09 18:11:15 -0700
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-10 15:27:32 +0200
commit1599e4b8a9d768d9b7b89f881da47b9cff616dce (patch)
treef5c75311d90a0865b83a8872f3300db9c035457b /world/map/npc/022-1/ferry_master.txt
parent5ea6c568c86d9c0f76983705258951e2db9974fa (diff)
downloadserverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.gz
serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.bz2
serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.xz
serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.zip
Removed tabs from 025-4 downto 022-1
Minor spelling corrections in tinris.txt.
Diffstat (limited to 'world/map/npc/022-1/ferry_master.txt')
-rw-r--r--world/map/npc/022-1/ferry_master.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/world/map/npc/022-1/ferry_master.txt b/world/map/npc/022-1/ferry_master.txt
index a1d9d69a..0622fd98 100644
--- a/world/map/npc/022-1/ferry_master.txt
+++ b/world/map/npc/022-1/ferry_master.txt
@@ -1,16 +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;
+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;
+ 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;
}