I'm looking for a way to make a newly created character (spawned via create_character) to be unmarriageable.
Tried this:
Will_not_marry modifier does nothing. How else can this be accomplished?
Tried this:
new_character = {
add_character_modifier = {name = will_not_marry months = 1000000}
add_character_modifier = {name = dismissed_proposal months = 1000000}
set_character_flag = do_not_disturb
}
Will_not_marry modifier does nothing. How else can this be accomplished?