Blockland Forums > Modification Help
Transfer Bricks
Pages: (1/1)
Pew446:
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?
Amade:
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.
Pages: (1/1)