Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:!rps*:#:{
- msg $chan $+ $nick shoots:
- set %dynamite $rand(1,20)
- if (%dynamite == 20) { msg $chan DYNAMITE. YOU WIN EVERYTHING FOREVER. }
- else {
- set %rps $rand(1,3)
- if (%rps == 1) { msg $chan Rock! }
- if (%rps == 2) { msg $chan Paper! }
- if (%rps == 3) { msg $chan Scissors! }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment