Nachtmahr667
Posts: 24
Joined: 11/1/2019 Status: offline
|
quote:
ORIGINAL: Alvaro Sousa The issue is 3 of the 4 hexes Germany already owns. The 4th one does convert. It works. xyArea=153,67 Thanks for your reply, Alvaro. However, it doesn't work for me. Not only does the hex not convert, I also do not get a report in the "turn report" overview. It's as if my added event wasn't there at all. Do I have to make more changes than just add a few lines in that text file? Here is my text flow in that file: [...] //UK gets manpower from Poland's fall $ModifyCountry if_Date=9/15/1939 if_Country=42 if_Surrender=true actionCountry=1 lifespan=tillTrigger manpower=20 text=Polish prime minister and commander Wladyslaw Sikorski, evacuates Polish forces to Allied controlled territory as his country falls to the German invasion. England gains 20 manpower. addReportTo=Allies $End //Germany Annexes North Schleswig $Annex if_Date=1/1/1939 if_Country=17 if_Surrender=true actionCountry=17 targetCountry=6 lifespan=tillTrigger xyArea=153,67 changeBorders addReportTo=All text=Germany Annexes North Schleswig $End //Remove Maginot Line $GiveResource if_Date=1/1/1939 if_Country=2 if_Surrender=true actionCountry=6 lifespan=tillTrigger //no resource xyArea=146,53,0 xyArea=147,53,0 xyArea=148,53,0 xyArea=149,52,0 xyArea=150,49,0 xyArea=150,50,0 xyArea=150,51,0 xyArea=150,52,0 addReportTo=Axis text=Germany dismantles the Maginot line for 50 production points. $End [...]
|