As far as I know, missionScripts are executed monthly.
- type: alienA
executionOdds: 100
startDelay: 1000
The above script will start executing STR_MISSION_A after a delay of 1000 + the 'timer' of the first wave, from the beginning (day 1st) of the month (let's call it "month x")?
If the waves timers are short enough, will STR_MISSION_A be run many times during month x, or will it be executed only once?
Then comes "month x+1" and alienA is interrupted, to be executed again for month x+1 ?
This time though STR_MISSION_B is selected and STR_MISSION_A is halted after the last wave. Is it correct?
STR_MISSION_B will start executing from:
- month x+1 day 1st + 1000 + timer
- STR_MISSION_A last wave end (let's say the mission is so long it goes on on month x+1) + 1000 + timer
Thanks.