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

[Solved] Instant unit move trigger problem

Status
Not open for further replies.
Level 2
Joined
Jun 8, 2017
Messages
5
Hi all.

I used the event

"Unit - Any Unit enters (region)"

And the action

"Unit - Move (Triggering unit) instantly to (Region) (No Blend)"

I used this for entering the area i want my unit to go to.

I have the enter as a separate spot, as shown in the image.

I have the exit setup the same way for exiting that area, which
puts the unit where the big beacon is.

But as the image shows, the beacons are flipped, why?

The trigger's work exactly as i want them too, but why does this happen?
 

Attachments

  • beacon mis-match - Copy.png
    beacon mis-match - Copy.png
    1.4 MB · Views: 121
Level 2
Joined
Jun 8, 2017
Messages
5
Because your beacons count as units and therefore trigger the trigger.
Add two conditions
"Unit type of triggering unit != Beacon"
"Unit type of triggering unit != Beacon Small"

Thanks! I was experimenting with conditions yesterday, and this worked!

I had a gut feeling that it was error because of the beacons as units, amazing help!
 
Status
Not open for further replies.
Top