I have problem with my pesistent pesky event 1081.
It have to be turned off by event & need to be persistent (depended on user action if click A: need this event or B: don't need it).
And this event need a certain date... date = { day = 1 month = january year = 21 }
I can't turn it off by command i.e. (it's not working):
Any ideas ?
What about flags:
Set flag to avoiding event from starting up ?
Edit.
It looks like it's working with flags (I was inspired by "And G" and his "ai_sliders").
These flags working like a labels. Does anyone else used them in an event ?
forum.paradoxplaza.com
It have to be turned off by event & need to be persistent (depended on user action if click A: need this event or B: don't need it).
And this event need a certain date... date = { day = 1 month = january year = 21 }
I can't turn it off by command i.e. (it's not working):
Code:
action = {
name = "No, we don't need them."
command = { type = sleepevent which = 1081 }
Any ideas ?
What about flags:
Code:
flag = flag name
Checks if the country flag with the specified name is set.
Set flag to avoiding event from starting up ?
Edit.
It looks like it's working with flags (I was inspired by "And G" and his "ai_sliders").
These flags working like a labels. Does anyone else used them in an event ?
Domestic policy
AI controlled countries don't move their domestic policy sliders, which is stupid, so I'm going to fix it. With events. And flags. Lots of flags. I've figured out the technical aspects, but I'm not quite sure exactly what the AI should actually...
Last edited: