Show Posts

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.


Topics - Deoxys And One Noob

Pages: 1 2 3 [4]
46
Modification Help / My chatbot is not working
« on: March 09, 2012, 05:36:06 PM »
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.

Pages: 1 2 3 [4]