Login Issues
Activate Issues
Other Problems?
function boxcost(value){ self IPrintLn("Box Price Set To: " +value); foreach(box in level.chests) box.zombie_cost = value;}
This is the script I use to change the price of it. Code SnippetPlaintextCopyfunction boxcost(value){ self IPrintLn("Box Price Set To: " +value); foreach(box in level.chests) box.zombie_cost = value;}