Page 1 of 1

Multiple triggers for one action

Posted: Thu May 14, 2015 7:09 pm
by acidtekno
Hello

Long time lurker first time poster.

I bought CMANO on release day and I've been lovin it since (I was avid harpoon player many moons ago).
I spend 99% of my CMANO time in scenario editor trying out different concepts, tactics etc.

Here is my question:
Is there a way to create OR condition for actions? I need something like this:
"Trigger A" OR "Trigger B" OR "Triger C" THEN "Action X". Can it be done?

Cheers
Ksawery

RE: Multiple triggers for one action

Posted: Sun May 17, 2015 10:55 am
by mikmykWS
Logic isn't programmed in yet but definitely on our list.

Mike

RE: Multiple triggers for one action

Posted: Sun May 17, 2015 11:58 am
by Jakob Wedman
Couldn't you do it with two Events?

RE: Multiple triggers for one action

Posted: Sun May 17, 2015 2:07 pm
by ckfinite
IIRC, or is the default operator for event preconditions, so if you have some number of triggers any one of those firing will fire the action. AND is what is not supported yet.

RE: Multiple triggers for one action

Posted: Sun May 17, 2015 5:20 pm
by Vici Supreme
Yep, OR is the current default operator for the event editor. What's missing is the AND function. By now, you shouldn't have any problems with your example event.

Supreme

RE: Multiple triggers for one action

Posted: Sun May 17, 2015 9:18 pm
by thewood1
I also think a short LUA script combined with the events would work.