[Solved] Spawn infront

Status
Not open for further replies.
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.
Back
Top