Obiously, the chatbot script did not work. I used ThinkInvisables tutorial. I followed every step.
Here is the script.
If possible, please give me the CORRECT codeing.
Thank you.
Anyways, here is the script
client.cs:
//Made By Deoxys & One Noob, BLID 30436
'package chatbot{'
'function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg) {'
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg);if (%msg $= "NoobBot") {if (%name $= "Deoxys & One Noob") {
}
};
activatePackage(chatbot);
commandToServer('messageSent', "What a cool chatbot!");
}
}
OK, thats the client.cs
description.txt:
"NoobBot, Deoxys & One Noobs cool chatbot"
Thats it.
Tell me correct code please.
BYW, I DONT have RTB.