• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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: 116
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