So you want say a marine to enter a tank or mech? this is kind of simple.... if i can remember and type it all out right.
This depends for a miutl or single player map
Singel player, Now it depends if you only control one unit, This trigger will Give you the mech unit and move your Guy entering the Mech to a space Area where he cant move.
| Trigger |
| Description: |
| Enter Mech (Singel Player) |
|
| Players: |
| ¤ Player 1 ( or what ever player the human player is ) |
| Conditions: |
| ¤ Player 1 brings exactly 1 Terran Marine to 'Give Mech1'. |
| Actions: |
¤ Move 1 Terran Marine for Player 1 at 'Give Mech1' to 'Move Unit'.
|
| ¤ Give 1 Terran Goliath owned by Player 2 at 'Give Mech1' to Player 1. |
and if the mech unit dies, Your unit driving the mech will die in the area he was moved to. aswell, Mission failed.
Now if you control say 5 units and only want 1 of them to take the mech. This is should how it should be done:
| Trigger |
| Description: |
| Enter Mech (Singel Player) |
|
| Players: |
| ¤ Player 1 ( or what ever player the human player is ) |
| Conditions: |
| ¤ Player 1 brings exactly 1 Terran Marine to 'Give Mech1'. |
| Actions: |
¤ Remove 1 Terran Marine for Player 1 at 'Give Mech1'.
|
| ¤ Give 1 Terran Goliath owned by Player 2 at 'Give Mech1' to Player 1. |
You should now have only 4 marines left.
For mutile player it should look like this:
| Trigger |
| Description: |
| Enter Mech (Battle.Net) |
|
| Players: |
¤ Player 1( And the rest say you had 3 players)
|
¤ Player 2
|
| ¤ Player 3 |
| Conditions: |
| ¤ Current player brings exactly 1 Terran Marine to 'Give Mech1'. |
| Actions: |
¤ Remove 1 Terran Marine for current player at 'Give Mech1'.
|
| ¤ Give 1 Terran Goliath owned by Player 8 at 'Give Mech1' to current player. |
That how it should look.
As for the exisit Mech, Im not to sure, Try the other guys ways.