|
Post by shabestagram on Mar 27, 2021 19:26:15 GMT
I'm trying to add House Varezys to the house customizer event tree and got it working (minus the option saying "house kettleblack" lol) but I can't get the dynasty tree to make Emperor Aurion the father of the custom character. Anyone know how? Posting the code in the event file below.
option = {
name = "EVTOPTVCUSTOMIZERHOUSES2" #Varezys
trigger = {
has_character_flag = page_8
NOT = {
any_character = {
dynasty = 496029
is_alive = yes
}
}
}
dynasty = 496029
any_child = { dynasty = 496029 }
hidden_tooltip = {
remove_trait = house_customizer
character_event = { id = customizer_houses.7 } #Patrician/Clan maintenance
set_dynasty_flag = has_dynamic_coa #THESE HOUSES USE DYNAMIC COA SYSTEM
character_event = { id = dynamic_coa.1 }
}
clr_character_flag = page_8
}
|
|
|
Post by devolman1 on Jan 7, 2022 17:56:38 GMT
Hello there! I have fix for you  also it will say house darklyn or something like that in house customizer menu but its working. option = {
name = "EVTOPTXCUSTOMIZERHOUSES2" #Varezys
trigger = {
NOT = {
any_character = {
dynasty = 496029
is_alive = yes
}
}
has_character_flag = page_8
}
dynasty = 496029
any_child = { dynasty = 496029 }
c_50012300 = {
ROOT = { set_father = PREV }
hidden_tooltip = { remove_trait = assign_mission_target }
}
hidden_tooltip = {
remove_trait = house_customizer
character_event = { id = customizer_houses.7 } #Patrician/Clan maintenance
set_dynasty_flag = has_dynamic_coa #THESE HOUSES USE DYNAMIC COA SYSTEM
character_event = { id = dynamic_coa.1 }
}
clr_character_flag = page_8
}
|
|