diff options
Diffstat (limited to 'npc/003-1/ship.txt')
-rw-r--r-- | npc/003-1/ship.txt | 4 |
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: |