| Posted by: glen_brew - Friday, August 24, 2007 4:57:42 AM |
|---|
| ive made a map, but i want to put units and vehicles on that are on my team, help? |
| Posted by: fleetatks - Friday, August 24, 2007 11:31:33 AM |
|---|
| To make A unit Transfered to a player in the begginning of the game or for a different reason (ex: enter area, time expired...) First start by placing the units/buildings you want on the map and give them a name (ex: Unit001.) Give each of the units/building their own unique name and then go into scripts. For the condition you can do what you want, but for this I'll put it if you wanted it at the begginning of the game. IF 'True' THEN (Player->Transfer->Transfer Unit to player) 'Unit "Unit001" is transfered to the control of player "(LocalPlayer for Player1/host, Teamplayerskirmish____ for that specific AI)"' Note that having 2 or more of the same skirmish player will result in a crash, and also note that you Can't give units in the form of player1, player2, ect... |