- Aug 28, 2013
- 2.401
- 7.847
This was from doing modding but tested it in vanilla as well, it seems that saving an event target in a new_character clause does not work instead you have to use an event to ping the new character, save the target and then use it later on.
For example
This fails to save the even target
For example
Code:
option = {
name = EVTOPT1
capital_scope = {
create_character = {
name = Bug
}
new_character = {
set_defacto_liege = ROOT
save_event_target_as = target_character
}
}
}
This fails to save the even target