Okay, I will post my Decision soon with some code that I need help with.
But 1st, what is the diffrence beteen:
decision_trigger
trigger
Thx,
PAW
But 1st, what is the diffrence beteen:
decision_trigger
trigger
Thx,
PAW
Thx for that. I amended my code.decision_trigger = conditions for human players to trigger the event.
trigger = conditions for the AI.
For the trigger line keep in mind that AI has to be able to fulfill the trigger conditions here. So commands like 'division_in_province' will be a problem for the AI because there is always a chance that they wont be able to fulfill the trigger at all. So keep the AI trigger line as generic as possible.
Further to this, because it was 1914 - I noticed that Greece already had the 2 BB's to start. So the starting ships is wrong for 1914.ok - after some testing last night - got it all working - thx for the tips. I can post code if anyone wants to see it now.