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

Slideable path

Status
Not open for further replies.
Level 13
Joined
Jul 3, 2008
Messages
1,098
  • Unknown
  • Events
  • Unit - A unit Is issued an order targeting a point
  • Conditions
  • Actions
  • Set Point[1] = (Position of (Triggering unit))
  • Set Point[2] = (Target point of issued order)
  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
  • If - Conditions
  • You can make this based on terrain type or region
  • (Terrain type at Point[1]) Equal to Northrend - Ice
  • (Building <gen> contains (Triggering unit)) Equal to True
  • Then - Actions
  • Change the time to whatever you want
  • You can also add a condition of an item or skill of course
  • Unit - Make (Triggering unit) face Point[2] over 1.50 seconds
  • Else - Actions
and next time search other threads
 
Status
Not open for further replies.
Top