Author Topic: Transfer Bricks  (Read 375 times)

I'm trying to create a command using %client.remove(%brick); and %this.add(%brick); to transfer bricks, but how would I go about doing this for every brick? How would I know which bricks are who's?

You can just use %brick.getGroup() to get the brickgroup that it's in, from there you can use the group's client or bl_id variables to find its owner.