Page 1 of 1

'OR' logic; and mutiple FACs in an event

Posted: Fri Feb 15, 2008 12:13 pm
by lodilefty
It appears that the Conditions block is 'AND' logic: all conditions must be true to fire.

I'm in need of a 'clean' 'OR' method. Currently, I've written several events, each of which if true will do a CngEvent = 1 on a 'trigger' event'. I then have my 'final outcome' event fire only when the 'trigger event' value = 1. Is this the best or only way to do 'OR'?

Second question: Can an event have Actions for both factions in the same event (USA and CSA often do something at the same time). I can see that only one side could get the notification script, which explains the metodology used for several 'empty' events [that serve only to give notifcation], but for a 'silent' event there would be no issue on sending messages.

OK, I'm ready to 'bonk' myself if I've missed something again... :bonk: :innocent:

Posted: Fri Feb 15, 2008 12:45 pm
by Primasprit
About the OR logic: I also don't have a better idea right now.

Events can have actions for both factions. Select the other faction (SelectFaction) and add the event actions.
I think it the xls it is simply done by changing the faction in the first column.

Cheers
Norbert

Posted: Fri Feb 15, 2008 1:18 pm
by lodilefty
Primasprit wrote:About the OR logic: I also don't have a better idea right now.

Events can have actions for both factions. Select the other faction (SelectFaction) and add the event actions.
I think it the xls it is simply done by changing the faction in the first column.

Cheers
Norbert


Thanks! :king: