Jump to content

Recommended Posts

Posted (edited)

I'm trying to develop a mission in which only one of four groups will activate, and that activation will be random. If any one of the four groups activate, that activation will restrict the others from activating. This can be, and perhaps has to be sequential in that group 1 tries first; if group 1 does not activate, group 2 tries. If 1,2, or 3 don't activate, 4 will by default.

 

I have tried doing this with a somewhat complicated application of flags, but my approach is not working. I first set all flags to false as a kind of initialization, and then if any given group appears in its own trigger zone, its flag goes on. This brings up a confusing item within Mission Editor; is "on" equal to "true," and is "off" equal to "false?" I wonder if this is causing some trouble in that my flags being set to "on" seem to be ignored when looking for that flag to be either true or false.

 

Any help will be appreciated.

 

Thanks,

Paul

Edited by pdmarsh
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...