13 Jul 10, 11:18AM
Random Alias
Random Slap
Thanks to R4 for helping me learn the random and if commands, and putting up with my noobyness! :D
[SELECT ALL] Code:
//Put all your aliases here that you want to select at random
namelist = "One Two Three Four"
//The number "4" in the next line has to be edited to the number of names in the namelist.
rndname = [name (at $namelist (rnd 4))]
Random Slap
[SELECT ALL] Code:
slap = [say slaps ($arg1)(at $randomslap (rnd 6))]
randomslap = ["with a rusty salmon" "with a donkey flop" "with a Sniper Rifle" "with a Cactus" "with a Spleen" ]
Thanks to R4 for helping me learn the random and if commands, and putting up with my noobyness! :D