1
Add-Ons / Re: Setscale!
« on: January 05, 2013, 11:35:01 PM »
Most Blockland users can't script.. This might help alot of 'em :P
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
{
commandToClient(%client, 'ReceiveData', %client.apple, %client.kiwi);
}
function clientCmdReceiveData(%apple, %kiwi)
{
echo("You have "@%apple@" apples and "@%kiwi@" kiwis! ");
}