Hello there, started making the first mod recently and got stuck on the event part. Asked for a help in discord modding server, they helped me fix the problems, but the event is still not working, event though it works for other people for some reason.
Event code:
####################################
add_namespace = tuvan
country_event = {
id = tuvan.1
title = tuvan.1.t
desc = tuvan.1.d
picture = GFX_report_event_generic_research_lab
is_triggered_only = yes
option = {
name = tuvan.1.a
ai_chance = {
factor =100
}
add_research_slot = 4
}
}
#######################################
Mode itself(maybe the problem is somewhere deep, dont know):
Event code:
####################################
add_namespace = tuvan
country_event = {
id = tuvan.1
title = tuvan.1.t
desc = tuvan.1.d
picture = GFX_report_event_generic_research_lab
is_triggered_only = yes
option = {
name = tuvan.1.a
ai_chance = {
factor =100
}
add_research_slot = 4
}
}
#######################################
Mode itself(maybe the problem is somewhere deep, dont know):