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

Need trigger HELP!

Status
Not open for further replies.
Level 1
Joined
Jan 20, 2013
Messages
1
I'm creating a tower defense map and I'm currently working on pathing triggers for the units spawned for each separate level.

The problem I'm having is specifying pathing triggers to certain players (mob units). For instance, when my builder walks over the trigger on the terrain it starts to move towards the next path trigger. I want this to not happen.

Any way that I can do this?
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
I'm creating a tower defense map and I'm currently working on pathing triggers for the units spawned for each separate level.

The problem I'm having is specifying pathing triggers to certain players (mob units). For instance, when my builder walks over the trigger on the terrain it starts to move towards the next path trigger. I want this to not happen.

Any way that I can do this?

Add a condition that checks if the unit is player-owned.
Or a trigger that checks that the owner of the triggering unit is not Player12(or whichever one you use for creeps).
 
Status
Not open for further replies.
Top