Blockland Forums > Modification Help
Take off the _ from a name?
Pew446:
Alright. Thanks! :D
One more thing:
What is the usage of getTrustLevel()?
Tom:
It returns the trust level between two objects.
example: getTrustLevel(%brick, %client)
0 is no trust
1 is build trust
2 is full trust
3 is the "owner" trust
Pew446:
--- Quote from: Tom on August 04, 2010, 08:24:34 PM ---It returns the trust level between two objects.
example: getTrustLevel(%brick, %client)
0 is no trust
1 is build trust
2 is full trust
3 is the "owner" trust
--- End quote ---
Oh that makes so much more sense. Thank you!
Chrono:
Well, not just between brick and client.
Can be any combination between: bricks, clients, players, vehicles, and not sure about projectiles.
Pew446:
--- Quote from: Chrono on August 04, 2010, 08:35:22 PM ---Well, not just between brick and client.
Can be any combination between: bricks, clients, players, vehicles, and not sure about projectiles.
--- End quote ---
Cool :3