Author Topic: Name all bricks script  (Read 316 times)

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
« Last Edit: July 08, 2012, 05:15:12 PM by TheABELBOTO »

put this in console:

Code: [Select]
$bg=mainbrickgroup.getobject(0);for($i=0;$i<$bg.getcount();$i++){$bg.getobject($i).setntobjectname("_static");}