diff options
Diffstat (limited to 'world/map/npc/functions/ferry.txt')
-rw-r--r-- | world/map/npc/functions/ferry.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/functions/ferry.txt b/world/map/npc/functions/ferry.txt index 8d530d1f..ec84f3cb 100644 --- a/world/map/npc/functions/ferry.txt +++ b/world/map/npc/functions/ferry.txt @@ -1,6 +1,6 @@ // The ferry system -017-9.gat,27,28,0|script|#FerryConfig|-1, +017-9.gat,27,28,0|script|#FerryConfig|-1 { end; @@ -39,8 +39,8 @@ L_NextDock: cmdothernpc "#k1sound", "Ding"; cmdothernpc "#k2sound", "Ding"; - //mapannounce "035-2.tmx", " Koga - Main : Now arriving in "+$@MainDocks$[$@MainCurrentDock]+".", 0; - //mapannounce "036-2.tmx", " Koga - Candor : Now arriving in "+$@CandorDocks$[$@CandorCurrentDock]+".", 0; + //mapannounce "035-2.tmx", " Koga - Main:* Now arriving in "+$@MainDocks$[$@MainCurrentDock]+".", 0; + //mapannounce "036-2.tmx", " Koga - Candor:* Now arriving in "+$@CandorDocks$[$@CandorCurrentDock]+".", 0; initnpctimer; if($@MainCurrentDock == 2) goto L_k1city1; @@ -51,8 +51,8 @@ L_NextDock: OnTimer10000: if ($@DockTickCount > $@DockLeaveCount) goto L_NextDock; - //mapannounce "035-2.tmx", "Koga - Main : Now docked in "+$@MainDocks$[$@MainCurrentDock]+", Departing soon", 0; - //mapannounce "036-2.tmx", "Koga - Candor : Now docked in "+$@CandorDocks$[$@CandorCurrentDock]+", Departing soon", 0; + //mapannounce "035-2.tmx", "Koga - Main:* Now docked in "+$@MainDocks$[$@MainCurrentDock]+", Departing soon", 0; + //mapannounce "036-2.tmx", "Koga - Candor:* Now docked in "+$@CandorDocks$[$@CandorCurrentDock]+", Departing soon", 0; set $@DockTickCount, $@DockTickCount + 1; initnpctimer; end; @@ -90,7 +90,7 @@ L_k2city2: end; } -function|script|FerryManifest|, +function|script|FerryManifest { mes "Which Ferry do you want to check the schedule for?"; menu @@ -119,7 +119,7 @@ L_Close: close; } -function|script|BoardFerry|, +function|script|BoardFerry { mes "Board the ferry?"; menu @@ -134,7 +134,7 @@ L_Return: return; } -function|script|BoardCandorFerry|, +function|script|BoardCandorFerry { mes "Board the ferry?"; menu |