Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:START:{
- server -m irc.speedrunslive.com -z -i Mumbo_reincarnate -pfoc -jn #banjo,#banjo-tooie,#portal,#gta,#speedrunslive,#sourceruns
- }
- on *:text:.transform *:#: {
- if ($chan == #speedrunslive) { return }
- if ($me != Mumbo_reincarnate) { return }
- var %r = $rand(1,7)
- if (%r == 1) describe $chan turn $2 into big fat Walrus!
- elseif (%r == 2) describe $chan transform $2 into funny looking termite!
- elseif (%r == 3) describe $chan magically change $2 into tiny little bouncing pumpkin!
- elseif (%r == 4) describe $chan transform $2 into T-Rex. Wait, who am I? Wumba? I change you back.
- elseif (%r == 5) describe $chan magically change $2 into ...washing machine? That not right. I hope you not go for World Record!
- elseif (%r == 6) describe $chan magically change $2 into little crocodile! Yes! Mumbo need new shoes! Only kidding...
- elseif (%r == 7) describe $chan magically change $2 into silly little Bumble Bee!
- }
- on *:text:Race initiated for Grand Theft Auto*:#speedrunslive: {
- if ($me != Mumbo_reincarnate) { return }
- msg #gta $1-
- }
- on *:text:Race initiated for Banjo*:#speedrunslive: {
- if ($me != Mumbo_reincarnate) { return }
- msg #banjo $1-
- join $7
- }
- on *:text:Race initiated for Half-Life*:#speedrunslive: {
- if ($me != Mumbo_reincarnate) { return }
- msg #sourceruns $1-
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement