blob: 394c726bf460a49e7e9710a1b3773625a2b3881b (
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-10,20,41,0 script Vault#01710 NPC_NO_SPRITE,{
LootableVault(3, 5, "01710");
close;
OnInit:
.distance=3;
end;
OnClock0202:
OnClock1419:
$VAULT_01710+=rand2(75,150);
end;
}
|