• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

UniversalWolf

Quasi-Teetotaler
10 Badges
Jan 13, 2004
1.037
3
  • Deus Vult
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Rome Gold
  • Sword of the Stars
  • 500k Club
  • Mount & Blade: Warband
I'm looking at the list of event scripting trigger and effects, and I'm wondering...

Is it possible to change a character's ambition via event? I'd like to write some events that give the player the option to select, say, one of three possible ambitions for a character.
 
You should be able to, with the cancel_objective and add_objective effects. Vanilla doesn't use the latter, but the former can be found a few times in objective events.txt if you want to check the syntax.
 
Ok, thanks Cheexta. I was looking for something like "add_ambition" which is why I couldn't see it on the list.