Heads to a given position in the map.
[Visual Basic] Protected Sub head_to( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal d As Integer _ ) [C#] protected void head_to( int x, int y, int d ); [C++] protected: void head_to( int x, int y, int d ); [JScript] protected function head_to( int x, int y, int d );
NPCActivity Class | croemud.character.activity Namespace