I tried making an event that triggered when a certain country owned a certain empty province. The effects were an increase in population (representing an influx of settlers to this beautiful virgin land...blah blah blah
).
Anyway, it worked fine when the province was colonized...but, not when establishing a TP. The event triggered, but the desired effect did not happen. It was not even listed as an effect when I hovered the mouse over the button! Because it triggers anyway, with no effect, it just looks like a really lame event
.
Is this supposed to work this way? I hope it's not, because I did not see any way to differentiate between TPs and colonies in the list of triggers.
Anyway...here's my event script:
event = {
id = 5127
random = no
name = "Exodus!"
desc = "It is a movement of ja people"
country = U00
style = 4
trigger = {
owned = { province = 722 data = U00 }
}
deathdate = { day = 1 month = january year = 1500 }
offset = 20
action_a = {
name = "Cool mon"
command = { type = population which = 722 value = 15000 }
}
}
Oh, and while I have your attention, what exactly do the different 'style' settings in an event do? I've seen them number from 1-5...tried all of them, and noticed no difference.
Anyway, it worked fine when the province was colonized...but, not when establishing a TP. The event triggered, but the desired effect did not happen. It was not even listed as an effect when I hovered the mouse over the button! Because it triggers anyway, with no effect, it just looks like a really lame event
Is this supposed to work this way? I hope it's not, because I did not see any way to differentiate between TPs and colonies in the list of triggers.
Anyway...here's my event script:
event = {
id = 5127
random = no
name = "Exodus!"
desc = "It is a movement of ja people"
country = U00
style = 4
trigger = {
owned = { province = 722 data = U00 }
}
deathdate = { day = 1 month = january year = 1500 }
offset = 20
action_a = {
name = "Cool mon"
command = { type = population which = 722 value = 15000 }
}
}
Oh, and while I have your attention, what exactly do the different 'style' settings in an event do? I've seen them number from 1-5...tried all of them, and noticed no difference.
Last edited: