diff options
Diffstat (limited to 'npc/017-10/vault.txt')
-rw-r--r-- | npc/017-10/vault.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/017-10/vault.txt b/npc/017-10/vault.txt new file mode 100644 index 000000000..86bfeffc6 --- /dev/null +++ b/npc/017-10/vault.txt @@ -0,0 +1,20 @@ +// TMW2/LoF Script. +// Author: +// Jesusalva +// Notes: +// Based on BenB idea. + +017-10,20,41,0 script Vault#01710 NPC_NO_SPRITE,{ + LootableVault(3, 5, "01710"); + close; + +OnInit: + .distance=3; + end; + +OnClock0202: +OnClock1419: + $VAULT_01710+=rand2(50,100); + end; +} + |