Blockland Forums > Modification Help
Coding Help
blockhead55:
It can be done through mini-game events. Get the calculator GUI for math.
natergator789:
I Need The Chat Bot First To Make The "Chat Bot" Do Math...
mp7964:
--- Quote from: natergator789 on October 24, 2011, 09:01:31 PM ---I Need The Chat Bot First To Make The "Chat Bot" Do Math...
--- End quote ---
--- Code: ---function doMath(%client, %num1, %num2)
{
%ans = %num1 + %num2;
messageClient(%client, '', "\c2Answer is" SPC %ans @ ".");
}
--- End code ---
That is something you can do for addition.
otto-san:
--- Quote from: natergator789 on October 24, 2011, 09:01:31 PM ---I Need The Chat Bot First To Make The "Chat Bot" Do Math...
--- End quote ---
http://forum.blockland.us/index.php?topic=173111.0