diff options
Diffstat (limited to 'npc/017-2/vault.txt')
-rw-r--r-- | npc/017-2/vault.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/017-2/vault.txt b/npc/017-2/vault.txt new file mode 100644 index 000000000..3f3e49cbc --- /dev/null +++ b/npc/017-2/vault.txt @@ -0,0 +1,20 @@ +// TMW2/LoF Script. +// Author: +// Jesusalva +// Notes: +// Based on BenB idea. + +017-2,45,22,0 script Vault#0172 NPC_VAULT,{ + LootableVault(0, 3, "0172"); + close; + +OnInit: + .distance=3; + end; + +OnClock0201: +OnClock1418: + $VAULT_0172+=rand2(3,7); + end; +} + |