HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Angle between points

04-11-2006, 06:08 PM#1
Thunder_Eye
How does the

Trigger:
(Angle from (Position of (Triggering unit)) to (Position of (Triggering unit))) Greater than or equal to 10.00

work? what angle does it calculate? and is it this function I would use in a backstab system?
04-11-2006, 06:35 PM#2
Captain Griffen
It calculates the angle from the first point to the second point (east is, as always, 0). If a unit was facing from point 1 to point 2, it would having that facing angle.

And yes, you could use that for a backstab system.