glen_brew
  • glen_brew
  • 50.75% (Neutral)
  • Private Topic Starter
18 years ago
ive made a map, but i want to put units and vehicles on that are on my team, help?
Sponsor
fleetatks
18 years ago
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...
Email me if you ever need help (edited signature November 6th, 2014)