Firing Events

Hello! When I fire state events through focus, usually only the first event fires and the rest of the events do not fire. 


For reference, "pfr_pfr.1" will fire because it is the first event, but a focus that fires the state event "pfr_pfr.2" will just say that the event ID is wrong.

How are you trying to fire the second event?

I do

 state_event =  pfr_pfr.2

Also what is your timezone? The time says "19:27" in this forum but that is nowhere near my timezone 

For your event you need to do:

country_event = {

    id = pfr_pfr.2

}


Or if the event is a news event:

news_event = {

    id = pfr_pfr.2

}


The timezone the site uses is UTC

Oh okay! Thank you!