Author Topic: Coding Help  (Read 646 times)

Hey I want some help with making A chat bot, TomTom wont help me. who ever helps me will receive super admin auto on my server!

This is not a help section for coding...
This is a help section for Blockland related problems.

Nobody likes chatbots, anyway.


Well I mean by chat bot I mean A bot that can do math for me and can do countdowns

It can be done through mini-game events.  Get the calculator GUI for math. 

I Need The Chat Bot First To Make The "Chat Bot" Do Math...

I Need The Chat Bot First To Make The "Chat Bot" Do Math...


Code: [Select]
function doMath(%client, %num1, %num2)
{
%ans = %num1 + %num2;
messageClient(%client, '', "\c2Answer is" SPC %ans @ ".");
}

That is something you can do for addition.