"You pick 1 player. All the sub conditions start picking from that first pick."
That's the problem. I need to have all characters interacting with all other characters. So if I have 3 characters, I need player 1's events to check for player 2 and 3, and then I also need player 2 to check for player 1 and 3, and then I need player 3 to check for player 1 and 2. I wanted to do this with a loop within a loop, but I can't figure out how to access the 2nd loop. Right now, if there are 3 players and the outer loop is on player 1, the inner loop runs 3 times on player 1 and zero times on everyone else because accessing "Player" is just accessing the one selected in the outer loop.
Also, Dropbox is blocked where I am.