Blockland Forums > Modification Help
Overheat Script
Midway Sentinel:
ok, this is under the onFire datablock, would it work?
--- Code: --- if(%obj.toolAmmo[%obj.currTool] < 20)
{
%obj.toolAmmo[%obj.currTool] ++ 1;
return %p;
}
--- End code ---
Mecha:
Essentially, like the weapons from mass effect?
Midway Sentinel:
i personally never played Mass Effect, though it looks incredible
(script approval, anyone?)
Razre:
Instead of saying "would this work?" actually implement it into your code, try it out, and when if it doesn't work, then come ask how you can change it so that it will work. You get a more immediate response that way.
Midway Sentinel:
ok ill do so