Bug, or (mis-documented) Feature?
According to the wiki, the argument to ChangeForeignEntry should behave as one intuitively expects: a +n should increase FE, a -n should decrease it.
But that is not the behavior I am seeing. In USA_Events.sct, this event:[INDENT]SelectFaction = USA
SelectRegion = $Old_Bahama_Channel
StartEvent = evt_nam_USA_TrentAffair1861USAcool|1|2|evt_txt_USA_TrentAffair1861USAcool|Event-img_USA_TrentinEngland1861|$Old_Bahama_Channel|118
Conditions
MinDate = 1861/12/19
MaxDate = 1862/01/01
Probability = 50
Actions
DescEvent = evt_desc_USA_TrentAffair1861USAcool
ChangeFacMorale = -2
ChangeForeignEntry = 5
EndEvent
[/INDENT]
Ends up decreasing the reading on the FE meter by 5.
So, is the sign on the argument to be interpreted in the context of the latest SelectFaction command (i.e. the currently-selected faction)?
Or does some piece of code have a sign error?