
Originally Posted by
Heals the III
I need to have an event change the faction standings between factions. Could someone please help me. Thanks in advance

Code:
---------------------------------------------------
Identifier: set_faction_standing
Parameters: faction, faction, amount
Description: Changes first faction's standing towards second faction.
Sample use: set_faction_standing England France -0.8
Class: SET_FACTION_STANDING
Implemented: Yes
Author: Mark
---------------------------------------------------
Code:
monitor_conditions I_EventCounter france_maintain_auld_alliance_accepted = 1
console_command diplomatic_stance france england war
set_faction_standing france england -1.0
set_event_counter france_maintain_auld_alliance_accepted 0
end_monitor