diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-30 18:57:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-30 18:57:18 -0300 |
commit | 2575f51fa881e4258e797d2a5b19aeefaa5c2bff (patch) | |
tree | db1f881ae81f41603055e854bbf909ce1dd75fcd | |
parent | 177d14e9b4b6d42d85398f229e6064e32cb3a4b9 (diff) | |
download | serverdata-2575f51fa881e4258e797d2a5b19aeefaa5c2bff.tar.gz serverdata-2575f51fa881e4258e797d2a5b19aeefaa5c2bff.tar.bz2 serverdata-2575f51fa881e4258e797d2a5b19aeefaa5c2bff.tar.xz serverdata-2575f51fa881e4258e797d2a5b19aeefaa5c2bff.zip |
Add TMWGLOBAL variable for Mirror Lake.
This is/will be needed for implementing other world's MLPs.
-rw-r--r-- | npc/functions/vault.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/vault.txt b/npc/functions/vault.txt index b6d46a13..b02d113b 100644 --- a/npc/functions/vault.txt +++ b/npc/functions/vault.txt @@ -86,6 +86,8 @@ function script vaultOnLogout { "GID", getcharid(3), "VAR1N", "TMWQUEST", "VAR1V", ##03_TMWQUEST, + "VAR2N", "TMWGLOBAL", + "VAR2V", ##03_TMWGLOBAL, "VEXP", ##VAULT_EXP, "GOTO", ##VAULT_GOTO, "MLTO", ##VAULT_MLTO); |