Blockland Forums > Modification Help

Is there a way to force two people to have trust?

Pages: (1/4) > >>

Lugnut:

No, bypassing trust will not work in this situation.
Suppose BL_ID 5 and 10 are on a server and do not have trust, but I have access to console.
Can I force trust between those two people?

Chrono:

Yes.

There are some 'potentialtrust' values stored on the brick groups.

Lugnut:

Forgot to state that I wanted to know how.
Could i just do BRICKGROUP_5.dump();?

Chrono:

Pretty sure you could.

Kalphiter:


--- Code: ---%id1 = 1000;
%id2 = 1000;

brickgroup_1000.trust[%id2] = 2;
brickgroup_9000.trust[%id1] = 2;
--- End code ---

You may need to reference brickgroup_xyz dynamically, so in that case, use %client.brickgroup

Pages: (1/4) > >>

Go to full version