diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 10:41:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 10:41:52 -0300 |
commit | e6b4e0f1f88c63844a5b10c2d54ea9ddad8d50a5 (patch) | |
tree | 2af82a65464d95bd7ba8076624e57312fbdd200b /npc/000-1/exit.txt | |
parent | 3ed73e0a0b424ca5b2b8491f365bf601e34220f9 (diff) | |
download | serverdata-e6b4e0f1f88c63844a5b10c2d54ea9ddad8d50a5.tar.gz serverdata-e6b4e0f1f88c63844a5b10c2d54ea9ddad8d50a5.tar.bz2 serverdata-e6b4e0f1f88c63844a5b10c2d54ea9ddad8d50a5.tar.xz serverdata-e6b4e0f1f88c63844a5b10c2d54ea9ddad8d50a5.zip |
Okay, it works now
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r-- | npc/000-1/exit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index aaeed2d4e..b32e22548 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -29,7 +29,7 @@ OnTalkNearby: end; // Save your location to last visited town for @ucp. I won't hate you for this. -/OnSetLX: +OnSetLX: @lx=array_find(.LOCMASTER_LOC$, LOCATION$); savepoint .LOCMASTER_MAP$[@lx], .LOCMASTER_X[@lx], .LOCMASTER_Y[@lx]; end; |