blob: 2b8575683a453754bafe2cfe9853e57d6adfd7c7 (
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-5,53,26,0 script Vault#0175 NPC_NO_SPRITE,{
LootableVault(1, 5, "0175");
close;
OnInit:
.distance=3;
end;
OnClock0202:
OnClock1419:
$VAULT_0175+=rand2(21,36);
end;
}
|