Blockland Forums > Suggestions & Requests
Name all bricks script
Pages: (1/1)
TheABELBOTO:
can some-one please make a script that you type /namebricks (the name here)
I made a map that I was going to use with the salvage game-mode, but I forgot to name all of them "static"
please, I need it
Greek2me:
put this in console:
--- Code: ---$bg=mainbrickgroup.getobject(0);for($i=0;$i<$bg.getcount();$i++){$bg.getobject($i).setntobjectname("_static");}
--- End code ---
Pages: (1/1)