I noticed a trouble with NCP 1.04b possibly to be referred to Syntax troubles and typing errors!
Looking at "LGE_Setup_scenar_1813r" excel file from last available NCP_DB, uploaded 14 Ago 2008........
Pick up line 129-131:
129|NULL|NULL|CountUnits|$Leipzig|0|$C13|[color="Red"]$Regular[/color]|>=|25
130|NULL|NULL|Actions NULL
131|NULL|NULL|SelectSubUnits|Area $Theater_Germany|[color="red"]Faction Tags[/color] SAX
(| is used as symbol to separate excel columns!)
I marked in [color="red"]RED [/color]supposed errors!
1. Condition described at line 129 is never met, as a result we cannot trigger Saxon Betrayal event!
The possible trouble is with [color="red"]$Regular[/color] Syntax used to indicate regular infantry units.
I checked at AACWWiki guide, where a numerical character is instead recommanded to indicate units families!
So -1 = any type units; 0 = $Regular; 1 = $Irregular; and so on......
see AACWWiki guide for full descriptions!
Now, I replaced the original $Regular with 0, (Zero):
129|NULL|NULL|CountUnits|$Leipzig|0|$C13|0|>=|25
I tested the event moving > 25 COA Regular infantry units at Leipzig: event is triggered, as evidenced by the reported textual message.........
Unfortunately things works differentely as I expected:
All COA armies & forces present into the "Theater_Germany" area disapear!!!!
2. I discovered this trouble is related to a Syntax-Typing error in line 131:
Here the correct Syntax is:
131|NULL|NULL|SelectSubUnits|Area $Theater_Germany [color="Blue"]FactionTags[/color] SAX
While [color="Red"]Faction Tags[/color] note the space between two words is wrong!
I corrected all supposed mistakes and tried again to trigger the event:
129|NULL|NULL|CountUnits|$Leipzig|0|$C13|[color="Blue"]$Regular[/color]|>=|25
130|NULL|NULL|Actions NULL
131|NULL|NULL|SelectSubUnits|Area $Theater_Germany|[color="blue"]Faction Tags[/color] SAX
This time event occured properly with Saxon units switching side!
Please check, NCP file for possible analogous mistakes: guess $Irregular for =, zero has been used a mess of times......
Check always for possible wrong "Faction (space) Tags" syntax to be corrected in FactionTags!
P.S.: I corrcted both mistakes within 1813 Hist mod Campaign ver 3.13
Example of correct files are available, (for 1813 Hist Mod campaign) at:
http://www.ageod-forum.com/showpost.php?p=98757&postcount=11
Please check!