Thursday, December 16, 2010

Kill Bot

This is a killbot, probably not the best coded ever (not probably, 100% sure is not), but it works...

Paste in your remotes as usual, and type !kill to give it a try.


on *:text:*!kill *:%bot-fun:{
/set %kill $rand(1,4)
/set %bf $rand(1,4)
if ( %kill == 1 ) {
/set %ataque died from the wounds you have inflicted. He's swimming with the fishes now.
/set %defensa tried to strike back but failed completely.
/msg %bot-fun 7 $$2 %ataque
/msg %bot-fun 7 $$2 %defensa
}
if ( %kill == 2 ) {
/set %ataque died from the wounds you have inflicted. He's swimming with the fishes now.
/set %defensa couldn't contain 7 $$2 's backfire. 7 $nick died from the wounds he inflicted.
/msg %bot-fun 7 $$2 %ataque
/msg %bot-fun 7 $nick %defensa
}
if ( %kill == 3 ) {
/set %ataque Suffered but is still alive.
/set %defensa couldn't contain 7 $$2 's backfire. 7 $nick died from the wounds he inflicted.
/msg %bot-fun 7 $$2 %ataque
/msg %bot-fun 7 $nick %defensa
}
if ( %kill == 4 ) {
/set %ataque Suffered but is still alive.
/set %defensa tried to strike back but failed completely.
/msg %bot-fun 7 $$2 %ataque
/msg %bot-fun 7 $$2 %defensa
}
}

No comments:

Post a Comment