diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-28 21:54:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-28 21:54:34 -0300 |
commit | ce20c7c97760915ae5ac838dc5b732ef6da50195 (patch) | |
tree | b875b64de7315c9208dbb2d5eda780a1b1c8d675 /npc/016-6 | |
parent | 08268b51173bdc1ae12d359b24b0e0562156a8d2 (diff) | |
download | serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.gz serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.bz2 serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.xz serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.zip |
Use EnterTown() on ships
Diffstat (limited to 'npc/016-6')
-rw-r--r-- | npc/016-6/main.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/016-6/main.txt b/npc/016-6/main.txt index 6bc30145f..8cddb6f34 100644 --- a/npc/016-6/main.txt +++ b/npc/016-6/main.txt @@ -16,7 +16,7 @@ OnEvent: L_Tulim: PC_DEST$ = ""; - LOCATION$ = "Tulim"; + EnterTown("Tulim"); @timer_navio_running = 0; warp "003-1", 119, 25; message strcharinfo(0), l("@@ disembarks at Tulimshar.", strcharinfo(0)); @@ -24,7 +24,7 @@ L_Tulim: L_Hurns: PC_DEST$ = ""; - LOCATION$ = "Hurns"; + EnterTown("Hurns"); @timer_navio_running = 0; warp "012-1", 156, 65; message strcharinfo(0), l("@@ disembarks at Hurnscald.", strcharinfo(0)); @@ -32,7 +32,7 @@ L_Hurns: L_Nival: PC_DEST$ = ""; - LOCATION$ = "Nival"; + EnterTown("Nival"); @timer_navio_running = 0; warp "019-2", 119, 113; message strcharinfo(0), l("@@ disembarks at Nivalis.", strcharinfo(0)); |