• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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 30
Joined
Feb 18, 2014
Messages
3,623
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