summaryrefslogtreecommitdiff
path: root/npc/017-2/vault.txt
blob: f536d51f071607cac6396a5728939316dee0601e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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(6,12);
    end;
}