So I'm trying to set up a common event with a conditional branch that depends upon a certain actors position in the party. That is to say, whether the actor is the in the first, second, third, or forth slot in the party's formation. Trouble is, there's no such condition in conditional branches, and I can't find a way to set a variable to match an actors position, either. Is there any way to do this?
The reason, if it matters, is because I'm setting up a skill that basically makes the character attack twice in a row. I'm doing that by having it set off a common event that uses Force Action to have him attack a random target twice. But since Force Action identifies the actor by position, and the character may not always be in the same position (I have a script for party changing), I need some way to set up a variable or something.