Trying to create an event that will let me share explorations with the rest of the christian world to jumpstart some colonization: Question is, Will the event scripted below work?
country_event = {
id = palaesian_custevs.11
title = palaesian_custevs.11.t
desc = palaesian_custevs.11.desc
picture = CIVIL_WAR_eventPicture
trigger = {
any_country = {
has_country_flag = exploring_everywhere
}
any_province = {
owner = { has_country_flag = exploring_everywhere }
NOT = { has_discovered = ROOT }
}
}
mean_time_to_happen = {
months = 1
}
option = {
name = palaesian_custevs.11.a
any_province = {
limit = {
any_country = {
has_country_flag = exploring_everywhere
has_discovered = PREV
}
NOT = { has_discovered = ROOT }
}
discover_country = ROOT
}
}
}
country_event = {
id = palaesian_custevs.11
title = palaesian_custevs.11.t
desc = palaesian_custevs.11.desc
picture = CIVIL_WAR_eventPicture
trigger = {
any_country = {
has_country_flag = exploring_everywhere
}
any_province = {
owner = { has_country_flag = exploring_everywhere }
NOT = { has_discovered = ROOT }
}
}
mean_time_to_happen = {
months = 1
}
option = {
name = palaesian_custevs.11.a
any_province = {
limit = {
any_country = {
has_country_flag = exploring_everywhere
has_discovered = PREV
}
NOT = { has_discovered = ROOT }
}
discover_country = ROOT
}
}
}