Quote: "This seems to be two variables, one not named state."
Random is a condition. RANDOM=10 gives a 1 in 11 chance of being true (and thus happening). Cannot have your own variable names.
Quote: "my question being does adding multiple items on a condition line automatically make the comparisions as ANDs? "
Yes
Quote: "Also, what is the limit to the number of conditons on a line?"
Don't know if there is a practical limit.
Quote: "IF STATE=2 AND RANDOM=10 THEN PlaySound("audiobankmiscpng.wav")"
Yep (where random is a chance between 0 and 10 of it happening)