summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-28 21:54:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-28 21:54:34 -0300
commitce20c7c97760915ae5ac838dc5b732ef6da50195 (patch)
treeb875b64de7315c9208dbb2d5eda780a1b1c8d675 /npc/003-1
parent08268b51173bdc1ae12d359b24b0e0562156a8d2 (diff)
downloadserverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.gz
serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.bz2
serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.xz
serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.zip
Use EnterTown() on ships
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ship.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt
index 780db1bc0..e23765dc3 100644
--- a/npc/003-1/ship.txt
+++ b/npc/003-1/ship.txt
@@ -7,7 +7,7 @@
003-1,82,68,0 script TulimShip NPC_HIDDEN,0,0,{
OnTouch:
- LOCATION$="Tulim";
+ EnterTown("Tulim");
goto L_Warp;
L_Warp:
@@ -19,7 +19,7 @@ L_Warp:
003-1,120,25,0 script TulimShip#M NPC_HIDDEN,0,0,{
OnTouch:
- LOCATION$="Tulim";
+ EnterTown("Tulim");
goto L_Warp;
L_Warp: