summaryrefslogtreecommitdiff
path: root/npc/017-4/vault.txt
blob: cb784839458595be42be59b8da2af9dc16183d59 (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-4,20,41,0	script	Vault#0174	NPC_VAULT,{
    LootableVault(2, 5, "0174");
    close;

OnInit:
    .distance=3;
    end;

OnClock0201:
OnClock1418:
    $VAULT_0174+=rand2(37,60);
    end;
}