diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-5/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index 3e52aa573..28b5f5f54 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -13,6 +13,7 @@ OnEvent: L_Candor: PC_DEST$ = ""; + LOCATION$ = "Candor"; @timer_navio_running = 0; warp "005-1", 42, 107; message strcharinfo(0), l("@@ disembarks at Candor Island.", strcharinfo(0)); @@ -20,6 +21,7 @@ L_Candor: L_Tulim: PC_DEST$ = ""; + LOCATION$ = "Tulim"; @timer_navio_running = 0; warp "003-1", 81, 68; message strcharinfo(0), l("@@ disembarks at Tulimshar.", strcharinfo(0)); |