
here is the code:
Code:
send_to_tibetan_monastery = {
category = interaction_category_friendly
common_interaction = yes
icon = child
is_shown = {
has_culture_innovation = innovation_tibetan_monastery
any_realm_province = {
has_building_or_higher = monastery_01
}
}
target = character
target_filter = {
is_in_same_realm = yes
is_adult = yes
is_in_same_house = yes
}
on_accept = {
trigger_event = aru_monastery.0007
}
ai_will_do = { base = 10 }
}
what's wrong?