View Single Post
  #2  
Old 04-22-2006, 08:10 PM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
getangle() returns the radian angle (between 0 and 6.28318530...).

For an npc to face a player, use
NPC Code:
dir = getdir( playerx - x , playery - y );

Reply With Quote