diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-28 15:23:02 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-28 15:23:02 +0000 |
commit | 74fcff14dbf4d12435c3801d3f7a613bb5f63089 (patch) | |
tree | 250425c44fdf303b4ff1e74417670bb7838c775a /npc | |
parent | a0c100823c6437de9e5dfb67eb1db341cbb00fe3 (diff) | |
download | serverdata-74fcff14dbf4d12435c3801d3f7a613bb5f63089.tar.gz serverdata-74fcff14dbf4d12435c3801d3f7a613bb5f63089.tar.bz2 serverdata-74fcff14dbf4d12435c3801d3f7a613bb5f63089.tar.xz serverdata-74fcff14dbf4d12435c3801d3f7a613bb5f63089.zip |
Update exit.txt
Diffstat (limited to 'npc')
-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"; |