Hi
I've tried to make a random event that allows provinces to change to stateculture randomly. Is there anyway I can force-trigger it to see if it works? I know about the eventcheat code but it only works for the huge events in my version.
And is it possible that someone can see from what I've made if its should work?
# Province changes culture
event = {
id = 94666 # Paradox 17000
random = yes
trigger = { stability = 3 }
name = "Culture Change"
desc = "After learned their new owners way of livingthe people changes to the masters culture"
action_a = {
name = "People changes to state culture"
command = { type = culture which = -1 value = -1 }
}
}
I've tried to make a random event that allows provinces to change to stateculture randomly. Is there anyway I can force-trigger it to see if it works? I know about the eventcheat code but it only works for the huge events in my version.
And is it possible that someone can see from what I've made if its should work?
# Province changes culture
event = {
id = 94666 # Paradox 17000
random = yes
trigger = { stability = 3 }
name = "Culture Change"
desc = "After learned their new owners way of livingthe people changes to the masters culture"
action_a = {
name = "People changes to state culture"
command = { type = culture which = -1 value = -1 }
}
}