I have been trying to use this command in my script, but somehow it doesn't work:
It is conjunction with these two lines:Code:console_command diplomatic_stance faction1 faction2, peace
I want to achieve a peace agreement at the first outbreak of war between those two factions. This is how it looks (the historic_event fires):Code:set_faction_standing faction1 faction2 0.8 set_faction_standing faction2 faction3 0.8
Any ideas?Code:declare_counter peace_to_all ;---- monitor_event............ set_counter peace_to_all 1 historic_event peace_everybody terminate_monitor end_monitor ;--- monitor_event EventCounter EventCounterType peace_to_all and EventCounter > 0 console_command diplomatic_stance faction1 faction2, peace set_faction_standing faction1 faction2 0.8 set_faction_standing faction2 faction3 0.8 terminate_monitor end_monitor







































Reply With Quote






