So I'm trying to modify it to allow my ruler who is male to participate in all the types of tournaments so I can level up his hastilunder trait and get prizes to either use or give out. The problems are that I'm using a mod for....fun...and it makes women the dominant gender army type. I asked for help in the mod page as well and I was given this to add to the script (yes I made sure to delete the duplicating stuff so as not to cause conflicts)
but after adding it, it did nothing. I tried adding it in regular notepad and notepad++ but the result was the same "You did not qualify" (my ruler has great stats to qualify so that is also ruled out). Please help me outCode:# Mulan is clever enough not to reveal themselves trigger_if = { limit = { involved_activity = { has_current_phase = tournament_phase_wrestling } } OR = { has_trait = magister_trait_group NOT = { has_character_modifier = ignores_gender_army_rules } } }
Last edited: