Author Topic: Is it possible to move a brick in a dif. group  (Read 696 times)

Brick is part of brickgroup_2972
Is it possible that
Brick gets moved to brickgroup_12345 (example)
Thus I do no longer own it and stuff
That person now owns the brick and can build stuff on it wrench it etc

I need this for my city rpg I don't want bald holes between the streets and stuff.
If it's possible please give an example of how to do.

BrickGroup_12345.add(%brick);

BrickGroups are SimGroups, which automatically remove objects from all other SimGroups when added to a different one.

BrickGroup_12345.add(%brick);

BrickGroups are SimGroups, which automatically remove objects from all other SimGroups when added to a different one.
...
I'm dumb

Wait, so all you want to do if change the bricks ownership?

There's another thing you have to do I think, but I can't recall what. I think bricks assume %brick.client is their owner on the server or something like that.

There's another thing you have to do I think, but I can't recall what. I think bricks assume %brick.client is their owner on the server or something like that.
%brick.client is -1 once the owner rejoins so I think that's irrelevant?

%brick.client is -1 once the owner rejoins so I think that's irrelevant?
It's not irrelevant, he should change %brick.client to -1 if nothing else