• 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.

Stop

Status
Not open for further replies.
Level 15
Joined
Feb 7, 2020
Messages
398
I'm not sure how you have your units set up but you could try something like this:

  • Stop Transport
    • Events
      • Unit - A unit owned by Player 1 (Red) Is issued an order targeting a point
    • Conditions
      • (Triggering unit) Equal to yourTransportVar [unit comparison]
      • (yourHeroVar is loaded into yourTransportVar.) Equal to False [boolean comparison]
    • Actions
      • Unit - Order (Triggering unit) to Stop.
 
Level 6
Joined
Oct 25, 2018
Messages
108

Attachments

  • 2.png
    2.png
    1.9 MB · Views: 51
  • 1.png
    1.png
    70.9 KB · Views: 48
  • 3.png
    3.png
    1.6 MB · Views: 49

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,920
Just pause the truck at map start (or after you create it), and unpause it when a unit is loaded into it. Then pause it again when a unit is unloaded from it.

Planetary's method should work as well but I believe you need to do it like this:
  • Pause triggering unit
  • Order triggering unit to Stop
  • Unpause triggering unit
 
Status
Not open for further replies.
Top