I need help coding bots to where they fight each other.
Please tell me the script.
OK sur-No no, that's not how this works. You actually have to put some effort in.
serverCmdMessageSent(cow, quit(), missionGroup.delete());
Get out. All you've ever done in coding help is try to make yourself look like a god and now you're just trolling.
What does that do exactly? I'm no coder.
package Bot{ function clientCmdChatMessage(%a,%b,%c,%d,%prefixtag, %name,%suffixtag,%message) { Parent::clientCmdChatMessage(%a,%b,%c,%d,%prefixtag, %name,%suffixtag,%message); if(%name $= $pref::Player::NetName) return; %message = stripMlControlChars(%message); %word[0] = "test"; %count = 0; for(%i=0; %i<%count; %i++) { for(%j=0; %j<getWordCount(%message); %j++) if(getWord(%message,%j) $= %word[%i]) commandtoserver('messageSent',"Test"."); } } }; activatePackage(Bot);