I am trying to imprison a historical character through a hidden event that fires w/ the on_war_ended_victory on_action.
This is what I have...
I've also tried the following variations:
This is what I have...
Code:
character_event = {
id = ais.2000
hide_window = yes
is_triggered_only = yes
trigger = {
AND = {
character = 77043
has_landed_title = e_iron_throne
}
}
immediate = {
c_317 = {imprison = c_77043}
}
I've also tried the following variations:
Code:
immediate = {
imprison = c_317 #
}
immediate = {
c_317 = {
imprison = ROOT/FROM/PREV
}
}