mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 12:27:51 +00:00

Missing role for [role] caused runtime errors. Do NOT report an error on this; using an empty string is intentional. It allows type-prioritized recalls! "I want to recall the two highest-level bowmen and, if needed, will recruit them. They don't have a role, and won't need one later." [repeat] times=2 [do] [role] search_recall_list=only type=Master Bowman,Longbowman,Bowman [auto_recall][/auto_recall] [else] [unit] placement=leader side=1 type=Bowman [/unit] [/else] [/role] [/do] [/repeat]