Jump to content

Will the [O] option not work for a (switched condition)?


Recommended Posts

Will the [O] option not work for a (switched condition)?

I have a report that should not be issued if group (A) or group (B) is dead, so I have to duplicate the trigger and fire the report twice for group (A) and (B), because [O] is not working.

What happens next is that if (A) and (B) are alive when the event occurs, the sound is emitted overlapping.

Link to comment
Share on other sites

13 hours ago, 28270 said:

Will the [O] option not work for a (switched condition)?

I have a report that should not be issued if group (A) or group (B) is dead, so I have to duplicate the trigger and fire the report twice for group (A) and (B), because [O] is not working.

What happens next is that if (A) and (B) are alive when the event occurs, the sound is emitted overlapping.

You should post a .miz example showing your issue, so it's possible to see and find a solution, or report a bug.

Link to comment
Share on other sites

like @toutenglisse said, we need more details here.

I think you are talking about [OR] condition executed inside Switched Condition.

You can try [AND] condition:

SWITCHED CONDITION > unit 1 = alive AND unit 2 = alive > play sound

[OR] condition will be true if only one unit is alive, that is why is "not working" 🙂

 

Link to comment
Share on other sites

  • 2 weeks later...

Thanks for the interest, this week I will carry out new tests with this function to report.

EDIT: [O] It's working as (Switched Condition) in my latest tests.

Thank you.


Edited by 28270
  • Like 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

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