Page 1 of 1

Event / Script Question

Posted: Mon Oct 06, 2014 9:51 pm
by jscott991
Is there a way to create an event or script that raises national approval/contentment? Not national morale, but the number that causes strikes and riots. :)

I thought I understood it based on a few events, but I don't think I do.

Posted: Mon Oct 06, 2014 11:40 pm
by jscott991
I came up with this, but it doesn't seem to fire:

SelectFaction = $FRA
SelectRegion = $Ile de France

SelectFaction = $FRA
SelectRegion = $Ile de France
StartEvent = evt_nam_FRA_Constitution1852|1|2|evt_txt_FRA_Constitution1852|Event-img_FRA_Constitution1852|$Ile de France|NULL

Conditions
MinDate = 1853/10/20
MaxDate = 1853/10/31

Actions
ChgPopContentEx = 0;3;3;3;3;0;ALL

EndEvent

Figured it out. Don't use duplicate names. :)