Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.88 KB | None | 0 0
  1. on *:TEXT:!dance:#: {
  2.   var %risk = $rand(1,6)
  3.   describe # watches as $nick $iif(%risk == 1,dances on the tables in a druken manner) $+ $iif(%risk == 2,dances like he's a chicken) $+ $iif(%risk == 3,attempts to dance but falls flat on their face) $+ $iif(%risk == 4,attempts to do the worm) $+ $iif(%risk == 5,falls on the bar) $+ $iif(%risk == 6,dozes off) $+ .
  4.   if (%risk == 1) .timer 1 2 msg # $nick dances on the tables in a drunken manner
  5.   if (%risk == 2) .timer 1 2 msg # $nick dances like he's a chicken
  6.   if (%risk == 3) .timer 1 2 msg # $nick attempts to dance but falls flat on their face
  7.   if (%risk == 4) .timer 1 2 msg # $nick attempts to do "the worm", but ends up getting glass in his chest
  8.   if (%risk == 5) .timer 1 2 msg # $nick falls off the bar while trying to belly dance
  9.   if (%risk == 6) .timer 1 2 msg # $nick dozes off while he was supposed to be doing a boogy!
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement