Gregory A Lundberg fcbb72d8d0 Fix bug [role] missing role=
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]
2016-08-31 12:51:00 -05:00
..
2016-08-06 06:20:41 +02:00
2016-02-21 09:13:42 +01:00
2016-08-31 12:51:00 -05:00
2016-08-30 19:39:00 +11:00
2016-08-07 16:20:06 +02:00
2016-08-30 19:39:00 +11:00
2016-08-30 19:39:00 +11:00
2016-03-22 07:22:22 -07:00