when i set down a vehicle say a overlord how do i make it so i can just get infantry to take it over cause it wont work for me
There are two ways to do this. Considering how many units you're going to place might help you decide which way to go.
1: Name every unit
2: Make a team
1: Name each unit you place and write a script in the plyrcivilian folder to make these units unmanned.
*** IF ***
True.
*** THEN ***
Make Unit 'Overlord1' unmanned.
Make Unit 'Overlord2' unmanned.
Make Unit 'Overlord3' unmanned.
This action is found under Unit/Status.
2: Go to Edit/Edit Teams, select the civilan player and add a new team. Call it what you want... say, "UnForGrab". Write a script to make the whole team unmanned.
*** IF ***
True.
*** THEN ***
Make Team 'UnForGrab' unmanned.
This action is found under Team/Status.
Then when placing units on the map, assign them to team UnForGrab. The advantage of option two is that you don't need to name every unit which can be a time saver if you're placing large numbers.
Edited by user
17 years ago |
Reason: Not specified