• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

ButternutSquash

Recruit
27 Badges
Feb 6, 2023
9
1
  • Stellaris - Path to Destruction bundle
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Prison Architect
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Stellaris: Synthetic Dawn
  • Crusader Kings II
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Magicka 2: Ice, Death and Fury
  • Magicka 2
  • War of the Vikings
  • War of the Roses
  • The Showdown Effect
  • Magicka
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)
Code:
# 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 }
                   }
               }
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 out
 
Last edited: