
Originally Posted by
Piper William
Ok, problem is more or less solved.
It turns out that if you want a unit to have multiple possibilities, such as on foot or mounted, you must include all the others - like elephant, chariot and camel, even if you're never going to use them. So
type roman_centurion
skeleton fs_dagger
AND
type roman_standard
skeleton fs_standard_bearer
NEEDED TO BECOME:
type roman_centurion
skeleton fs_dagger
skeleton_horse fs_hc_swordsman
skeleton_elephant fs_forest_elephant_rider
skeleton_chariot fs_chariot_sword
skeleton_camel fs_hc_swordsman
AND
type roman_standard
skeleton fs_standard_bearer
skeleton_horse fs_hc_swordsman
skeleton_elephant fs_forest_elephant_rider
skeleton_chariot fs_chariot_sword
skeleton_camel fs_hc_swordsman
Bookmarks