Jump to content

For Bill or Hubert: Script Questions


Recommended Posts

I have some questions about Scripting,

I am wondering if it is possible to have multiple Links for an event to happen.

One example would be:

Germany says Yes to DE 1

Germany say No to DE 2

= Event happens

Or more complicated such as:

German says Yes to DE 1

Germany says Yes to DE 2

UK says No to DE 3

= Event happens

Also, can I have an explanation as to why there is an option for a condition position that is never satisfied.

thanks!

Link to comment
Share on other sites

I believe only one event can link to the next but you could create a decision tree where one decision applies to a YES and another to a NO and so on.

For a CONDITION_POSITION that is never satisfied I know we use this in the UNIT event so that it will only fire when the #FAILSAFE_DATE= date is satisfied as otherwise it might fire prematurely.

But you could script it without using a 'never satisfied' date if you set the #DATE and #FAILSAFE_DATE to be the same value.

Link to comment
Share on other sites

I have some questions about Scripting,

I am wondering if it is possible to have multiple Links for an event to happen.

One example would be:

Germany says Yes to DE 1

Germany say No to DE 2

= Event happens

Or more complicated such as:

German says Yes to DE 1

Germany says Yes to DE 2

UK says No to DE 3

= Event happens

I have done some links like this. It does get a bit complicated so it's best to write it all out first, and then double check it afterwards.

Link to comment
Share on other sites

×
×
  • Create New...