Random events are different in many ways from normal time based events. There are also several conditions and triggers that don't work with random events. IRC, you can't trigger other events with a random events.
What I really would like to know is: if it's possible to make a random event happen once (only). I can't use normal events since the offset value can't be large enough (at least not more than 50 years).
I've tried this, but I'm not sure if it's working:
or this:
Any comments?
P.S I hope I haven't missed any guide concerning this D.S
What I really would like to know is: if it's possible to make a random event happen once (only). I can't use normal events since the offset value can't be large enough (at least not more than 50 years).
I've tried this, but I'm not sure if it's working:
Code:
[COLOR=silver]
event = {
id = 26000
trigger = {
NOT = {
event = 26000
}
}
}
[/COLOR]
Code:
[COLOR=silver]
event = {
id = 26000
action_a = {
name = "The dutch are with us"
command = { type = add_countryculture which = dutch }
command = { type = sleepevent which = 26000 }
}
}
[/COLOR]
Any comments?
P.S I hope I haven't missed any guide concerning this D.S