blob: 86bfeffc679196c1a34de8bac5097748df1b24a8 (
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(50,100);
end;
}
|