| 11-05-2004, 09:37 PM | #1 |
Im a little stuck , trying to get full unit control but just for the buildings and just for certain allies. I tried this -- (Unit-type of (Triggering unit)) Equal to Scout Tower Game - Grant shared vision and full shared unit control of Player 1 (Red) units with his/her allies But it gives me control of units as well Sorry if this is a nooby question thanx for any help |
| 11-05-2004, 09:41 PM | #2 |
i'm pretty sure thats impossible. it is possible, however, to give control of units but not buildings with partial control. |
| 11-05-2004, 10:14 PM | #3 |
Well crap , i guess im going to have to change a couple things in my map thanx for the help |
| 11-05-2004, 10:32 PM | #4 |
Guest | Computer 1 - Buildings Computer 2 - Units Trigger 1 Code:
Player - Make (computer 2) treat (computer 1) as an Ally with shared vision and full shared units [i]Use again for each human player you want to have control of the buildings[/i] Player - Make (computer 1) treat (human player) as an Ally with shared vision and full shared units Trigger 2 Code:
Event Player - A unit owned by (computer 1) finishes training a unit Action Unit - Change ownership of (triggering unit) to (computer 2) and retain color |
