1.007U61 Correction _changeOrder.txt
Posted: Tue Apr 21, 2020 8:17 am
//[cONR_46] Allies: Remove Athens as objective if Greece surrenders (corrected by PanzerMike)
$ChangeOrder
if_Date=1/1/1939
if_Country=22
if_Surrender=true
lifespan=tillTrigger
actionCountry=1
//xyArea=148,52,falseAllies - this is the location of Metz (France). Obviously wrong. Should be 177,26 (Athens)
xyArea=177,26,falseAllies
$End
The location of the objective was wrong. Also, I think actionCountry=1 should also be set. At least it says so in the manual, so...
$ChangeOrder
if_Date=1/1/1939
if_Country=22
if_Surrender=true
lifespan=tillTrigger
actionCountry=1
//xyArea=148,52,falseAllies - this is the location of Metz (France). Obviously wrong. Should be 177,26 (Athens)
xyArea=177,26,falseAllies
$End
The location of the objective was wrong. Also, I think actionCountry=1 should also be set. At least it says so in the manual, so...