I want to change the battle model of characters who become leader or heir but not if they already have a custom model assigned in descr_strat.txt. Any ideas?
This is the best I could come up with so far but it obviously doesn't work as I don't believe the event is selecting the character.
or give them a hidden trait at game start if they have a custom model. Still need to test this one.Code:monitor_event BecomesFactionLeader FactionType hre e_select_character if not I_CharacterSelected Euron Greyjoy change_battle_model hre leader leader_greyjoy end_if end_monitor
Code:monitor_event BecomesFactionLeader FactionType hre if trait model < 1 change_battle_model hre leader leader_greyjoy end_if end_monitor





Reply With Quote





