Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.58 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. on *:text:*!spin:#:{
  6.   if (%limited3 == 0) set %limited3 1
  7.   elseif (%limited3 == 1) halt
  8.   var %nick = $nick(#,$r(1,$nick(#,0)))
  9.   describe $chan spins the bottle...
  10.   timer 1 3 msg $chan 14,1The bottle is slowing down...
  11.   timer 1 5 msg $chan 4,1The bottle stopped...
  12.   timer 1 7 msg $chan 0,1It landed on...
  13.   timer 1 9 msg $chan 15,1 %nick $+ !
  14.   timer 1 11 msg $chan 14,1 $nick must $gettok(Make Out With|Kiss|Make Love With|Have Sex With|Smooch|French Kiss|Shoot|Stab|Rape|Karate Chop|Eat|Do Something to|Eat out,$r(1,13),124) %nick $+ !
  15.   timer 1 11 set %limited3 0
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement