Author Topic: Trust as Super Admin  (Read 892 times)

Your friend needs to join the server at least once for you to build on his bricks.

Your friend needs to join the server at least once for you to build on his bricks.
This.

If you don't mind removing his trust you could always save the bricks, go into the load menu, find the file, and make sure to load the bricks as yours (the little radio button next to load bricks as public or with ownership).

Ah, I wasn't aware there was a console command that did that.

Do you happen to know it? It would benefit Emmanrocks in this situation, and it'd be interesting to know.
Something like this should work:
Code: [Select]
for(%i=brickgroup_1337.getcount();%i>=0;%i--)
{
%brick = brickgroup_1337.getobject(%i);
brickgroup_666.add(%brick);
%brick.stackbl_id = %bl_id;
%brick.client= %cl;
}

You could do setmutualbrickgrouptrust(id1,id2,2); in the console. id1 being your bl_id and id2 being your friends bl_id to give trust temporarily.