Blockland Forums > Suggestions & Requests
/mybrickcount
SWAT One:
Command that detects a user's personal bricks they have. Not related to the servers?
Advanced Bot:
function serverCmdMyBrickCount(%this)
{
%this.ChatMessage("You have " @ %this.brickGroup.getCount() @ " bricks.");
}
otto-san:
--- Quote from: Advanced Bot on January 19, 2014, 07:07:30 PM ---("BrickGroup_" @ %this.getBLID())
--- End quote ---
why is this necessary
getBrickGroupFromObject(%this) or %this.brickGroup ???
is there any advantage
Advanced Bot:
--- Quote from: otto-san on January 19, 2014, 07:10:41 PM ---why is this necessary
getBrickGroupFromObject(%this) or %this.brickGroup ???
is there any advantage
--- End quote ---
Oh, I didn't see that.
SWAT One:
Thanks.