Client checking Add-On: Client_Chatbot
Loading Add-On: Client_Chatbot
Add-Ons/Client_Chatbot/client.cs Line: 15 - Syntax error.
>>> Some error context, with ## on sides of error halt:
package chatbot
{
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg)
^{
^^parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg);
^if(%msg $= "hi"){
^commandToServer('commandSent',"Chatbot: Hi, "@%name);
^}
^
^
}
activatepackage(##c##hatbot);
>>> Error report complete.
ADD-ON "Client_Chatbot" CONTAINS SYNTAX ERRORS