blob: f536d51f071607cac6396a5728939316dee0601e (
plain) (
tree)
|
|
// TMW2/LoF Script.
// Author:
// Jesusalva
// Notes:
// Based on BenB idea.
017-2,45,22,0 script Vault#0172 NPC_VAULT,{
LootableVault(0, 3, "0172");
close;
OnInit:
.distance=3;
end;
OnClock0201:
OnClock1418:
$VAULT_0172+=rand2(6,12);
end;
}
|