blob: 86bfeffc679196c1a34de8bac5097748df1b24a8 (
plain) (
tree)
|
|
// 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;
}
|