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

[Trigger] Simple simple tower trigger

Status
Not open for further replies.
Level 4
Joined
May 6, 2007
Messages
87
  • Load
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Load (Goblin Zeppelin)
      • (Load_Region <gen> contains (Triggering unit)) Equal to True
    • Actions
      • Unit - Move (Target unit of ability being cast) instantly to (Center of Dropoff_Region <gen>)

I think that should do it.

The Load_Region is the region in which you are picking up the unit, and the Dropoff_Region is where the unit is moved to.

Make sure that the unit that's doing the loading has the spell Load (Goblin Zeppelin), located in the folder Special -> Units. If it doesn't have this spell, but has another spell instead, such as Load (Orc Burrow) (which might actually work better if the loading unit is a building), then change the ability in the trigger to Load (Orc Burrow) instead.

Good luck!
 
Last edited:
Status
Not open for further replies.
Top