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

[Solved] Spawn infront

Status
Not open for further replies.
Level 6
Joined
Jun 4, 2017
Messages
172
How do you spawn a unit a little bit far but infront of the caster. (Spell is not a target point)

  • Unit - Create 1 Footman at (What point?) facing (Triggering unit)
  • Set Point1 = (Position of (Triggering unit))
  • Set Point2 = (Point1 offset by TheDistanceFromTheCaster towards (Facing of (Triggering unit)) degrees)
  • Unit - Create 1 Footman at Point2 facing (Triggering unit)
  • Custom script: call RemoveLocation(udg_Point1)
  • Custom script: call RemoveLocation(udg_Point2)
 
Status
Not open for further replies.
Top