#16 - Feb. 10, 2014, 12:16 p.m.
The issue is that in the game will attempt to keep players together.
So if a given story step asks: What do you want to do next? A or B. it will apply the choice to both players so they’ll both be on the same next step.
Where the problem comes up is there are a couple of story steps where the next step is dictated by the main player’s Order. It checks to see what Order they’re in, and sets the next step based on that. If they’re with a player of a different Order, and that player chooses to accept story progress, the game will assign them both to the same next story step, even if it’s one that the second player should normally not be on.
I hope that makes sense.