diff options
-rw-r--r-- | npc/000-1/exit.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index 0b1bd85b5..6f4a5f7ce 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -28,6 +28,11 @@ OnTalkNearby: warp "002-1", 53, 38; end; +OnSetLX: + @lx=array_find(.LOCMASTER_LOC$, LOCATION$); + end; + +// Begin OnInit: setarray .LOCMASTER_LOC$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia"; setarray .LOCMASTER_MAP$, "005-1", "003-1", "009-1", "012-1", "017-1", "018-5", "020-1", "024-1"; |