Spin The Wheel Script

By AnaBotNowYourGone on May 02, 2010

A (simple) spin the wheel script. Put in Remote and type !spin to spin the wheel. Just for fun purposes. Whoever types !spin will get a notice, just a warning. ;) Have fun.

on *:TEXT:!spin:#: { set %spin $rand(1,10)
  if (%spin == 1) { msg # You are spinning the Wheel Of Wonders... you have to... GO TO JAIL! | 
  timer 1 5 .notice $nick You are sent to jail. }
  if (%spin == 2) { msg # You are spinning the Wheel Of Wonders... you have to... EAT A CHANNEL OP! | 
  timer 1 5 .notice $nick You have to eat a channel operator. }
  if (%spin == 3) { msg # You are spinning the Wheel Of Wonders... you have to... MAKE YOUR POWER LEVEL UNDER 9,000! | 
  timer 1 5 .notice $nick Your power level is now 01. }
  if (%spin == 4) { msg # You are spinning the Wheel Of Wonders... you have to... JOIN #0 |
  timer 1 5 .notice $nick You have to join #0. }
  if (%spin == 5) { msg # You are spinning the Wheel Of Wonders... you have to... WATCH BARNEY TEH DINOSUAR! |
  timer 1 5 .notice $nick You just got an order for the full season 1 barney episodes. }
  if (%spin == 6) { msg # You are spinning the Wheel Of Wonders... you have to... LISTEN TO ME SPAM! |
  timer 1 5 .notice $nick FNJDUIFJ9DGU9U4T9 in the spam. }
  if (%spin == 7) { msg # You are spinning the Wheel Of Wonders... you have to... SCRIPT! | 
  timer 1 5 .notice $nick You are currently at scripting school. }
  if (%spin == 8) { msg # You are spinning the Wheel Of Wonders... you have to... SPIN AGAIN! | 
  timer 1 5 .notice $nick Spin again pl0x. }
  if (%spin == 9) { msg # You are spinning the Wheel Of Wonders... you have to... EAT IT! | 
  timer 1 5 .notice $nick You must eat it. }
  if (%spin == 10) { msg # You are spinning the Wheel Of Wonders... you have to... THINK OF YOUR OWN THING! | 
timer 1 5 .notice $nick Think of something to do. } }

Comments

Sign in to comment.
napa182   -  May 02, 2010

ur best bet is to find a server that has a msl room that you can learn from others or look at a ton of snippets to see how they all work and then start making ur own also ur Python snippet is still a random base if blah = 1 type of code but nice work on ur codes keep at it and you will get it all down..

 Respond  
AnaBotNowYourGone   -  May 02, 2010

@napa182 =I I'm kinda new to scripting but I will add something other than 8-ball related scripts. I already did (even though that was a Python script) but yeah. ;)

 Respond  
napa182   -  May 02, 2010

so far all ur snippets are different variants of a 8-ball type snippet as was told before by Jethro_ maybe get away from the whole var %blah $r(1,10) if %balh = 2 message something type snippets and try something else. just a thought

 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.