wow i thought this was easy at first.. just store a rand # to a variable and use it as a player index.
Oh wait this will work.. :
set variable(int) = random integer between 1 and (max # of players)
if player slot status of Player[variable(int)] is not equal to is playing then run this trigger else do nothing
BAM! |