[Xconq-developers] Starting units different for each side
Brought to you by:
elijah_meeks,
matthewskala
From: Roger M. <laj...@ho...> - 2005-09-17 02:34:48
|
Hello, Sorry if this is a double post for some. I posted this to the developer's forum but was told that this list might be more active. I am experimenting with a simple game in which I want one side to start out with several archer units and the other side to start out with several swordsmen units. I successfully used design mode in Xconq to create a scenario like this with the units placed ahead of time. The following example places the units. (swordsman 2 15 1 ) (swordsman 2 16 1 ) (archer 54 17 2 ) (archer 55 16 2 ) But I would like the units placed randomly instead of manually specifying the coords. 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. Lajestic |