Re: [Xconq-developers] Starting units different for each side
Brought to you by:
elijah_meeks,
matthewskala
From: Lincoln P. <sa...@sb...> - 2005-09-17 04:31:16
|
On Friday 16 September 2005 07:33 pm, Roger Martin wrote: > I know I can use the start-with property on the units but then each side > gets the same units, archers AND swordsmen. Any help would be appreciated. I assume that you've defined sides somewhat like this: (side 1 archers (noun "Archers")) (side 2 swordsmen (noun "Swordsmen")) You can use the possible-sides property to restrict which sides can have each unit type (adjust the sides if needed to match your setup): (add archer possible-sides archers) (add swordsman possible-sides swordsmen) -- Lincoln Peters <sa...@sb...> Fly me away to the bright side of the moon ... |