I have a weird situation where part of an event I have created doesnt work 100% of the time, only about 66 to 75% of the time.
This is the code:
Province 135 is startng out as celtic and druidism in 474.1.1. The part that doesnt work 100% of the time is "culture = thracian".
Sometimes in changes to thracian after the event fires, sometimes it doesnt.
Anyone got any ideas ?
This is the code:
Code:
country_event = {
id = 185407
trigger = {
tag = MA2
NOT = { year = 476 }
NOT = { has_country_flag = brennus_ftw }
}
title = "EVTNAME185407"
desc = "EVTDESC185407"
mean_time_to_happen = {
days = 1
}
immediate = {
set_country_flag = brennus_ftw
135 = {
spawn_horde = 2
[U][B]culture = thracian[/B][/U]
religion = shamanism
barbarian_power = 7
}
}
option = {
name = "EVTOPTA185407"
}
}
Province 135 is startng out as celtic and druidism in 474.1.1. The part that doesnt work 100% of the time is "culture = thracian".
Sometimes in changes to thracian after the event fires, sometimes it doesnt.
Anyone got any ideas ?