Wheel Of Fortune

By chicknh8r on May 16, 2006

This is meant to be used in a bot. Copy the code, then in bot's mirc, click "alt R", goto new, then paste. Make sure you change "#channel" to the channel you want this script to trigger in. Then goto "save-as" and save the file.
All done. Now just type "!wheel" in the channel and have fun! :D

on :text:!wheel:#: {
set %victim $nick($chan,$rand(1,$nick($chan,0)))
if ($me !isreg $chan) {
msg $chan $nick Wants to play "Wheel of MissFortune"!
timerspin1 1 3 msg $chan $nick spins the Wheel of MissFortune
timerspin2 1 5 msg $chan Spinning...
timerspin3 1 7 msg $chan Spinning......
if (%victim == $me) {
timerspin4 1 9 msg $chan I Am immune to the Wheel of MissFortune | goto end
}
if ($nick == %victim) {
timerspin4 1 9 msg $chan %victim spun the Wheel of MissFortune,7 %victim $+  just owned himself!
}
else {
timerspin4 1 9 msg $chan $nick spun the Wheel of MissFortune, it lands on7 %victim $+ . WE HAVE A WINNER!!!
}
timerspin5 1 11 kick # %victim HERE IS YOUR CONSOLATION PRIZE!!!
}
else {
timerspin5 1 11 kick # %victim HERE IS YOUR CONSOLATION PRIZE!!!
}
:end
halt
}

Comments

Sign in to comment.
bugboy1028   -  Jan 09, 2010

mountaindew, in my network, at least halfop can kick

 Respond  
guest598594   -  Jul 17, 2007

i dont really like this...

if ($me !isreg $chan) {

shouldnt that be isop, cuz how would voice or halfop kick?

 Respond  
Chainchomp   -  Sep 27, 2006

It would be really nice if you could add a point system tot this, maybe a luck-o-meter or something.

 Respond  
Jake   -  May 16, 2006

Ooooh i\'m sorry, I just realized one thing I forgot to say. You should set it up to where the immune person never gets selected.

 Respond  
Jake   -  May 16, 2006

Awesome Script you have there, it goes by a little fast though. Nothing I could find wrong with it.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.