Blockland Forums > Modification Help
Removing something from a scriptobject.
Destiny/Zack0Wack0:
--- Code: ---for(*initial code*; *conditional code*; *if conditional code is true do this (usually increment something for iterations) if false break the loop*)
--- End code ---