On Action
on_rejected_call_to_arms
scope:actor = caller, scope:recipient = callee, scope:war = war
Holy Roman EmpireInternational OrganizationeffectDefinitionin_game/common/on_action/_hardcoded.txt:2312
2313effect = {
2315if = {
2316limit = {
2317exists = scope:war
2319scope:war = {
2320not = {
2321is_an_attacker = scope:actor
}
2323join_war_reason = {
2324country = scope:recipient
2325reason = InternationalOrganization
}
}
}
}
}
}