diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-14 22:27:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-14 22:27:23 -0300 |
commit | df7e0300a08b23c7ca0809dfebc3e8adbc2e9974 (patch) | |
tree | c0671ceda0217247eb1f37c654d1646247822491 | |
parent | 4361a54e6c79ce26c704aae2a155bd642e76b9c4 (diff) | |
download | serverdata-df7e0300a08b23c7ca0809dfebc3e8adbc2e9974.tar.gz serverdata-df7e0300a08b23c7ca0809dfebc3e8adbc2e9974.tar.bz2 serverdata-df7e0300a08b23c7ca0809dfebc3e8adbc2e9974.tar.xz serverdata-df7e0300a08b23c7ca0809dfebc3e8adbc2e9974.zip |
I forgot one more tool
-rw-r--r-- | npc/081-1/extra.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/081-1/extra.txt b/npc/081-1/extra.txt index 6ca3696f..c39d5a22 100644 --- a/npc/081-1/extra.txt +++ b/npc/081-1/extra.txt @@ -175,13 +175,15 @@ OnInit: "Toggle Candle", "Toggle Tree", "Toggle Ambush", - "Unlock Boss Chamber"; + "Unlock Boss Chamber", + "Renew Instance"; mes ""; switch (@menu) { case 2: 'XMAS21CANDLE = !'XMAS21CANDLE; break; case 3: 'XMAS21TREE = !'XMAS21TREE; break; case 4: 'XMAS21AMBUSH = !'XMAS21AMBUSH; break; case 5: 'LOCKD = false; break; + case 6: instance_set_timeout(1800, 1800); break; } } while (@menu != 1); closeclientdialog; |