• 🏆 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!

[Trigger] How to make a unit patrol in circles

Status
Not open for further replies.
Level 3
Joined
May 28, 2007
Messages
33
Hi
You just have to place 4 or if you want it to be a real circle and not a square, more areas (I called them positionX) and to order your unit to move to the next position after it entered one of them.

  • moveincircle
    • Events
      • Unit - A unit enters position1 <gen>
    • Conditions
    • Actions
      • Unit - Order (Triggering unit) to Move to (Center of position2 <gen>)
-Maybe you can do it in a simpler way, but right now, I can't imagine how.

[Offtopic]My editor is German, so I had to translate the trigger myself. Maybe some things are called different from how I called them.[/Offtopic]
 
Status
Not open for further replies.
Top