From ce20c7c97760915ae5ac838dc5b732ef6da50195 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Jul 2020 21:54:34 -0300 Subject: Use EnterTown() on ships --- npc/003-1/ship.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1') 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: -- cgit v1.2.3-70-g09d2