So, I was trying to create two modding events in hoi. they have a different ID, but the game gives me this:
"Failed to create id 12200000 50. Already exists in game. This might crash the game."
so because of this, only the first event works.
when i type the name of the second event in the console, i get the first event instead.
halp

"Failed to create id 12200000 50. Already exists in game. This might crash the game."
so because of this, only the first event works.
when i type the name of the second event in the console, i get the first event instead.
halp
Code:
add_namespace = usa
country_event = {
id = usa.can_finally_join
code code code
}
country_event = {
id = usa.cant_join_anymore
more code
}
Last edited: