Author Topic: Ctrl + V game.  (Read 566502 times)






Code: [Select]
package DargBot_Activate
{
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg)
{
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg);
if (%name $= "dargereldren") {
if (%msg $= "Wake up") {
commandToServer('messageSent',"<color:00ffff>DargBot<color:ffffff>: *yawn* Hello, dargereldren!");
activatePackage(DargBot);
echo("==>DargBot is now on.");
clientcmdCenterPrint("\c6DargBot is now on.",2);
}
if (%msg $= "Go to sleep") {
commandToServer('messageSent',"<color:00ffff>DargBot<color:ffffff>: Aww, man!");
deactivatePackage(DargBot);
echo("==>DargBot is now Off.");
clientcmdCenterPrint("\c6DargBot is now off.",2);

}
}
}
};
activatePackage(DargBot_Activate);

It was for a topic I was gonna make.
I really need help with "If BL_ID this then that" :x

maybay im just like this nutty ass bitsh twirling yarn from a stuffwizards nappy brown beard but i cant bring myself to trust a cake sellin genocidal alien overlard sea queen

Haha the irony that I had this copied