Author Topic: /mybrickcount  (Read 470 times)

Command that detects a user's personal bricks they have.  Not related to the servers?

function serverCmdMyBrickCount(%this)
{
   %this.ChatMessage("You have " @ %this.brickGroup.getCount() @ " bricks.");
}
« Last Edit: January 19, 2014, 07:52:36 PM by Advanced Bot »

("BrickGroup_" @ %this.getBLID())
why is this necessary

getBrickGroupFromObject(%this) or %this.brickGroup ???

is there any advantage

why is this necessary

getBrickGroupFromObject(%this) or %this.brickGroup ???

is there any advantage
Oh, I didn't see that.


there is a mod that does this called brick extras. it also has a command to clear ghost bricks.