I've been trying for longer than I care to admit to expand Austria's buildable number of forts. I started by adding this to the Plugin_1850GC file,
SelectFaction = $AUS
SelectRegion = $Oesterreich
StartEvent = Austria announces new defence initiative (1875)|1|1|NULL|NULL|NULL|NULL
Actions
SelectFaction = $AUS
DescEvent = Austria announces new defence initiative
ChangeStrucPool = $AUS_Fort;20
EndEvent
It had no effect. After inummerable tweaks to every line continued to reap no rewards I spat the dummy and decided to add them individually by event and tried this with,
SelectFaction = $AUS
SelectRegion = $Cetinje
StartEvent = Fort built in Cetinje|1|1|NULL|NULL|$Cetinje|NULL
Actions
SelectFaction = $AUS
SelectRegion = $Cetinje
CreateStruc
SetType = #Fort1
SetName = Fort Cetinje
Apply
EndEvent
Still no joy. Obviously I'm doing something wrong but I have no idea what.
Any and all advice will be appreciated.