Just a few more minor things:
This comes up for triggered events that are not called by other events. Again it's redundant since the validator already tells us the event is never called.
I also get a similar error for an event that IS called from cb_types.txt (its an event that fires for all vassals when one of them revolts):
And this error:
For:
Which works fine.
This comes up for triggered events that are not called by other events. Again it's redundant since the validator already tells us the event is never called.
--- Error 1 of 1 ---
At <mod>\events\plot_events.txt [character_event[9]\option\hidden_tooltip\remove_opinion[1]\who] (2018, 68):
"FROM" is not a valid ThisChar, ThisProv, OpinionClauseDefinedTypes, or ThisTitle.
I also get a similar error for an event that IS called from cb_types.txt (its an event that fires for all vassals when one of them revolts):
--- Error 1 of 1 ---
At <mod>\events\vassal_revolt_events.txt [letter_event[1]\option[1]\ai_chance\modifier[2]\NOT\opinion\who] (38, 7):
"FROM" is not a valid OpinionClauseDefinedTypes, ThisChar, or ThisTitle.
And this error:
--- Error 1 of 1 ---
At <mod>\events\wizmod_events.txt [character_event[41]\option[3]\hidden_tooltip\create_random_priest\dynasty] (3205, 5):
"ROOT" is not a valid "random" or DynastyId.
For:
Code:
create_random_priest = {
random_traits = yes
dynasty = ROOT
female = no
}
Which works fine.
Last edited: