• 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.

jsme

Sergeant
16 Badges
Oct 4, 2011
58
0
  • Crusader Kings II
  • Europa Universalis III: Chronicles
  • Europa Universalis IV
  • Europa Universalis IV: Wealth of Nations
  • Rome Gold
  • Victoria 2: A House Divided
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria 2
  • 500k Club
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Heir to the Throne
I was wondering if anyone knew how to change the events from happening exclusively in the capital province and happen in any province by specifying such as "Event 4001 (233)" where the 233 represents the given province the desired event should take place?
 
Not completely sure what you're asking, but if you're trying to make a province_event for a specific province, you can add province_id = x in the triggers list.

Or are you trying to trigger an event manually via the console? If that's the case, all province_events will occur on the capital province by default, regardless of whether it meets the trigger requirements or not. To manually trigger a province_event for a specific province, enter the following in the console:

event x y

where x is the event number and y is the province ID (note the space between the two).

Hope that helps :)