Can anyone spot why the event below is not firing properly?
The intent of the event is to provide an opportunity for a single USCT regiment to appear only if I control at least any one town in the state of Louisiana. If I do control at least one town in Louisiana, the regiment should have a 33%/turn chance of appearing only in a controlled Louisiana town.
At the moment, I do not control any cities in Louisiana. Yet the event fired anyway and created the regiment in Kansas. I have other identical events for other states which also fired even though I do not control towns in the identified states creating the units in towns outside the state that I control.
I don't see what is wrong with the event. Any ideas?
SelectFaction = $USA
StartEvent = evt_nam_USA_LaUSCT3Raised|1|1|NULL|NULL|NULL|NULL
Conditions
MinDate = 1862/09/15
Probability = 33
Actions
DescEvent = evt_desc_USA_LaUSCT3Raised
SelectRegInArea = $LA; OwnedCities; NotEnemy
PickFromRegList
EvalEvent = evt_nam_USA_EmancipationProclaimation1863;=;1
GenMsg
ChangeWSUPool = -2
ChangeMoneyPool = -4
ChangeConscriptPool = -5
SelectFaction = $USA
CreateGroup
Posture = $Defensive
SetKind = $Land
Entranch = 0
InCS = 0
FixType = 0
SetName = 1st LA USCT Reg.
Apply
CreateUnit
SetType = $uni_USA_bde15
SUFlavorName = 1st LA USCT Reg.
SetName = 1st LA USCT Reg.
Apply
EndEvent