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.


Messages - MasterChief55

Pages: 1 ... 5 6 7 8 9 [10]
136
Help / Re: ChatBot help
« on: January 12, 2012, 05:01:17 PM »
that was only the first part of the code.

137
Help / Re: ChatBot help
« on: January 11, 2012, 09:29:58 PM »
it no work
Code: [Select]
package Gravbot
{
function clientCmdChatMessage(%a, %b, %c, %fmsg, %cp, %name, %cs, %msg)
{
Parent::clientCmdChatMessage(%a, %b, %c, %fmsg, %cp, %name, %cs, %msg);

switch$(%msg)
{

138
Help / Re: ChatBot help
« on: January 11, 2012, 08:37:02 PM »
new problem, how do you make it so that everyone can talk to it?

139
Help / Re: ChatBot help
« on: January 11, 2012, 04:08:24 PM »
chrono, nice reddit rip-off lol

140
Help / Re: ChatBot help
« on: January 11, 2012, 03:07:33 PM »
i agree with silver, thank you so much headcrab. you helped me so much, i truly appreciate it.

141
Help / Re: ChatBot help
« on: January 10, 2012, 09:34:37 PM »
uhh FFSO im fairly new to scripting i have no idea what you mean

142
Help / Re: ChatBot help
« on: January 10, 2012, 08:55:29 PM »
never mind, it works now, thanks jes! but one more thing id like to know, how do you add multiple phrases?

143
Help / Re: ChatBot help
« on: January 10, 2012, 08:46:16 PM »
does it have to be zipped?
it is supposed to be Client_ correct?

144
Help / Re: ChatBot help
« on: January 09, 2012, 03:39:02 PM »
well thats all fine and dandy, but i cant seem to put it on to the actual game idk if its someting with V20 of blockland or what

145
Help / Re: ChatBot help
« on: January 08, 2012, 07:52:54 PM »
OMG i meant xXGravity DogXx No second post for you either xD  :cookie:

146
Help / Re: ChatBot help
« on: January 08, 2012, 07:51:46 PM »
No first post for u  :cookieMonster: :cookieMonster:

147
Help / ChatBot help
« on: January 08, 2012, 07:51:20 PM »
I need some help with my chatbot scripts,
Code: [Select]
package Gravbot {
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg) {
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg)
  if (%msg $= "Rofl") {
  if (%name $= "xXGravity DogXx") {
commandToServer('messageSent',"Don't roll on the floor, it's not healthy.");
     }
}

}
};
activatePackage(Gravbot);
and yes, xXGravity BotXx is my new name, i have no idea how to change my name on the forums, any help please (this is my first post)

Pages: 1 ... 5 6 7 8 9 [10]