Character Interaction
Move Child to Our Court
The Character will move to our Country.
MonarchyGovernment TypepotentialAway from the CourtStatic Modifierselect trigger2on_other_nation = yes
3message = yes
5ai_tick = never
14select_trigger = {
15looking_for_a = character
16target_flag = recipient
17name = "choose_character" Choose the Character:
18column = {
19data = name
}
21visible = {
22father ?= scope:actor.ruler
23owner != scope:actor
24father.owner = scope:actor
25is_adult = no
}
}
30effect = {
31scope:recipient = {
32move_country = scope:actor
}
}
39ai_will_do = {
}