• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Collision Detection with GUI?

Status
Not open for further replies.
Level 2
Joined
Mar 3, 2004
Messages
11
Hello, I was wondering how most people go about detecting cliffs / doodads with triggers?

For example, with certain spells that use timers to move a unit.
 
Level 2
Joined
Mar 3, 2004
Messages
11
Regions sound like a possible solution, I'm going to try to see what I can do, but basically, what I mean is:

Code:
Event
- "Repeating Timer" expires

Action
- Move unit 50 towards angle of "Target Destination"

How would you detect a cliff or doodad and tell the trigger to stop?
 
Status
Not open for further replies.
Top