Page 1 of 1

#SENDER_ID_TRIGGER=

Posted: Sun Oct 06, 2019 7:37 am
by Gilber
hi,

in the convoy scripts I would like to know how precisely the parameter #SENDER_ID_TRIGGER= works

in the standard SOE version the convoys seem to work without random variables. but when you look at some scripts are set with #SENDER_ID_TRIGGER= 1, which would mean an event that happens very rarely.

how exactly does the parameter #SENDER_ID_TRIGGER= work?

thank you for your help

RE: #SENDER_ID_TRIGGER=

Posted: Mon Oct 07, 2019 1:41 pm
by BillRunacre
Hi Gilles

#SENDER_ID_TRIGGER= 1 means that the sender just needs to be 1% leaning towards the same side as the convoy recipient for the script to fire.

So to look at it another way, #SENDER_ID_TRIGGER= 100 means that the sender must be fully mobilized.

One I looked at has #SENDER_ID_TRIGGER= 25 where the US needs to be 25% mobilized for the convoy script to fire.

I hope that makes more sense.

Bill

RE: #SENDER_ID_TRIGGER=

Posted: Mon Oct 07, 2019 3:17 pm
by Gilber
yes it makes sense [:)]
thank you for your answer