Advertisement
illpastethat

Bong Rotation

Mar 20th, 2012
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.31 KB | None | 0 0
  1. ;=====================================================================================
  2. ;Bong rotation script.
  3.  
  4. on *:TEXT:*:#:{
  5.   %n  = $nick(#,$r(1,$nick(#,0)))
  6.   if $1 == !bhelp {
  7.     msg # (Listing help): cmds for da mother fucking bong yo! in 3seconds..
  8.     timer1 1 5 msg # (Commands are): !countdown , !pass , !skip , !lighter , !hit , !blunt
  9.   }
  10.   if $1 == !countdown { msg # grabs the bong... | .timergb1 1 3 msg # stuffs some ganja in it... | .timerbl2 1 5 msg # grabs a tourch... | .timerbl3 msg # stuffs some more ganja in the bowl... | .timerbl4 msg # passes it to $nick(#,%n) }
  11.   if $1 == !lighter { msg # $nick takes a lighter to the bong | .timerl 1 3 msg # $nick take a big fuckin hit | .timerl2 1 7 msg # $nick starts to choke.. }
  12.   if $1 == !hit { msg # $nick takes the lighter to the bowl.. | .timerh 1 3 msg # $nick flicks the lighter... | .timerh 1 6 msg # takes a deep hit! | .timerh 1 10 msg # $nick trys to hold it in as they start to choke! }
  13.   if $1 == !toke {
  14.     %b = $r(1,3)
  15.     if (%b == 1) { msg # $nick tokes it up! }
  16.     if (%b == 2) { msg # $nick gets fucked up }
  17.     if (%b == 3) { msg # $nick $+ , Damn boi! }
  18.   }
  19.   if $1 == !skip { msg # $nick deson't want a hit right now so $nick passes the joint to $rpn }
  20.   if $1 == !pass {
  21.     if ($2) { if $2 !ison # { msg # $nick $+ , $2 is not in # $+ , try someone else like $rpn || if $2 == $me { rpn } | halt }
  22.       describe # $nick passed the bong to $2 $+ , $2 $+ , hit that mother fucker!
  23.       halt
  24.     }
  25.     msg # $nick passes the BONG to $rpn
  26.   }
  27.   if $1 == !blunt {
  28.     %x = $r(1,7)
  29.     if (%x == 1) { describe # giving $nick a blunt! ____*~ }
  30.     if (%x == 2) { describe # rolls a georgia peach white owl for $nick $+ .. }
  31.     if (%x == 3) { describe # packs a cigarillo full of kush for $nick $+ .. }
  32.     if (%x == 4) { describe # finds a black n mild.  with nothing else to roll with fills it with week n coke }
  33.     if (%x == 5) { describe # breaks down a Garcia Vega for $nick to put his schwag in. }
  34.     if (%x == 6) { describe # runs out the back door with $nick bag of weed }
  35.     if (%x == 7) { describe # rolls a Swisher Sweet but doesn't pass it untill hes high and the blunt is half gone }
  36.   }
  37. }
  38.  
  39. alias -l rpn {
  40.   %x = $me
  41.   while (%x == $me) {
  42.     %x = $nick(#,$r(1,$nick(#,0)))
  43.   }
  44.   return %x
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement