User:Froglars

From Lostpedia

Jump to: navigation, search

Charladay! AfterLost! Muffin drop! Cocke!

on *:text:.roulette:#: {
  %rand = $rand(1,6)
  if ( %rand = 1 ) { /msg $chan BOOM! | /msg $chan .sic $nick }
  if ( %rand = 2 ) { /msg $chan CLICK! }
  if ( %rand = 3 ) { /msg $chan CLICK! }
  if ( %rand = 4 ) { /msg $chan BOOM! But the bullet bounces off your skull. }
  if ( %rand = 5 ) { /msg $chan CRUNCH! The gun jams. The island won't let you. }
  if ( %rand = 6 ) { /msg $chan CLICK! }
}