summaryrefslogtreecommitdiff
path: root/npc/017-3/vault.txt
blob: 090900bc04cbb56d6851eb1bb7e0e53d583aa3b3 (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-3,80,39,0	script	Vault	NPC_NO_SPRITE,{
    LootableVault(1, 3, "01738039");
    close;

OnInit:
    .distance=3;
    end;

OnClock0201:
OnClock1418:
    $VAULT_01738039+=rand2(5,25);
    end;
}