05 Mar 11, 03:28PM
(05 Mar 11, 03:01PM)Bukz Wrote: Try changing:
[SELECT ALL] Code:bind "J" [say is (at $randomis (rnd 6))]
to
[SELECT ALL] Code:bind "J" [me is (at $randomis (rnd 6))]
I think the me command will have a better effect for what you're going after there. :)
Oh also, since you have more than 6 elements in the "randomis" alias/list, you should either use listlen or count out exactly how many elements there are so you actually have a chance of seeing them all:
[SELECT ALL] Code:bind "J" [me is (at $randomis (rnd (listlen $randomis)))]
HTH :)
Oh, I did count them all and list them out. . .dangit, I must've copied my first version. Sorry, lemme update Xd