Lacking Nova's boolean flexibility, I'm looking for suggestions for clever ways to creating converging plotlines in Override.
In a nutshell, say that you have mission B and mission C, which are independent of each other and parallel, not part of a linear progression. You then have mission D, which you only want to be available after both B & C have been completed (and both of their associated mission bits have been set).
I tried using the AvailBitClr field with a cleared bit (1XXX), so that I could tie the mission bit for C to that field (and use AvailBitSet for mission , but EVO doesn't seem to recognize a cleared bit reference in the AvailBitClr field (can't fake it as a second AvailBitSet).
I have a working method by setting a mission bit with a mission A which preceeds both missions B & C (and is mandatory for both), as early on in the plotline as possible. Mission B sets a bit normally, but mission C then clears the bit set by mission A, so that same bit (originally set by mission A and then cleared by C) can be used for the AvailBitClr reference for mission D, while the AvailBitSet reference for D is the bit set by B.
Everyone have a headache now? I know I do. That's why I was wondering if anyone had a better way.
Branching plotlines are easy. Converging seems a little harder.
MScott
------------------
MScott
(url="http://"mailto:evo_apocalypse@hotmail.com")mailto:evo_apocalypse@hotmail.com(/url)evo_apocalypse@hotmail.com