For my mod, I want to start adding events so, using the modding guide
here, I created my very own event.
However, I ran into some problems.
First, the event would fire but not the option, then the event wouldn't fire at all.
The location folder is taken care of, it's just something with my code. Can someone see the problem?
Code:
Code:
character_event = {
id = 1000129000
title = "Converted to Orthodoxy"
desc = "EVTDESC1000129000"
picture = GFX_evt_throne_room
is_triggered_only = yes
trigger = {
has_decisions = { convert_to_orthodoxy }
}
mean_time_to_happen = {
days = 1
}
option = {
name = "EVTOPTA1000129000"
}
}