Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- On *:TEXT:!Roulette:#: {
- if ((%floodroulette) || ($($+(%,floodroulette.,$nick),2))) { return }
- set -u15 %floodroulette On
- set -u30 %floodroulette. $+ $nick On
- if ($nick isop #) {
- var %randmods = $rand(1,7)
- if (%randmods == 1) { msg $chan Roulette clicks!...Empty...You live to see another day $nick }
- if (%randmods == 2) { msg $chan BANG! ... You were shot, but live! There must be secret powers in your mod armor $nick }
- if (%randmods == 3) { msg $chan BANG! ... The bullet missed, you only have your born moderation powers to thank $nick }
- if (%randmods == 4) { msg $chan $nick starts to shake, $nick tries to pull the trigger but can't. $nick drops the gun, $nick isn't up to the challenge of Roulette. }
- if (%randmods == 5) { msg $chan $nick couldn't figure out how to work the safety, puts the gun down & steps away slowly. }
- if (%randmods == 6) { msg $chan $nick puts the gun to their head and pulls the trigger. CLICK. $nick looks down the barrel & finds the gun was unloaded. }
- if (%randmods == 7) { msg $chan $nick pulls the trigger and gets a face full of confetti. It was actually a party popper shaped like a gun. }
- }
- else {
- var %randnumber = $rand(1,6)
- if (%randnumber == 1) { msg $chan BANG!... Roulette claims another soul. R.I.P $nick
- msg $chan /timeout $nick 15 }
- if (%randnumber == 2) { msg $chan Roulette clicks!...Empty...You live to see another day $nick }
- if (%randnumber == 3) { msg $chan BANG!... $nick Was a great viewer, and now $nick is a dead viewer. R.I.P
- msg $chan /timeout $nick 15 }
- if (%randnumber == 4) { msg $chan $nick starts to shake, $nick tries to pull the trigger but can't. $nick drops the gun, $nick isn't up to the challenge of Roulette. }
- if (%randnumber == 5) { msg $chan $nick picks up the pistol but decides to run in circles shooting bunny rabbits instead. }
- if (%randnumber == 6) { msg $chan $nick starts to cry & just can't pull the trigger and hands the gun to MajeyeBot to request the bot shoots them instead.
- msg $chan /timeout $nick 15 }
- if (%randnumber == 7) { msg $chan $nick pulls the trigger and gets a face full of confetti. It was actually a party popper shaped like a gun. }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement