events not working

When I complete a focus that causes an event the event doesn't fire and in the effect part says:"gets invalid event with id n.1_events_roman_empire_had_never_fallen_mod"(or something similar).

These are the errors that I get when I run the game in debug mode.

You can't use "." in the event ID/prefix. If you remove the 1 from the event prefix, and alter the focus so that it fires "N1_events_roman_empire_had_never_fallen_mod.1" (or similar) it should work fine

You can't use "." in the event ID/prefix. If you remove the 1 from the event prefix, and alter the focus so that it fires "N1_events_roman_empire_had_never_fallen_mod.1" (or similar) it should work fine

-jordsta95

 Thank you.