Creating an uncontrollable tram

Status
Not open for further replies.
Level 1
Joined
Aug 5, 2020
Messages
1
How would I go about loading a unit from the players team into an uncontrollable vehicle, then making that vehicle move to a predefined point on the map, and then make the players unit exit it?
 
Level 29
Joined
Feb 18, 2014
Messages
3,592
Give the vehicle the Locust ability then trigger it to load/unload the units.
  • Load
    • Events
      • Player - Player 1 (Red) types a chat message containing t as An exact match
    • Conditions
    • Actions
      • Unit - Order Zeppelin 0002 <gen> to Load Paladin 0000 <gen>
      • Wait 2.00 seconds
      • Unit - Order Zeppelin 0002 <gen> to Move to (Center of Region 000 <gen>)
  • Unload
    • Events
      • Unit - A unit enters Region 000 <gen>
    • Conditions
    • Actions
      • Unit - Order Zeppelin 0002 <gen> to Unload Paladin 0000 <gen>
 
Status
Not open for further replies.
Top