Cronous Emulation Server Daemon

NPCActivity.head_to Method 

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
);

Parameters

x
X coordinates.
y
Y coordinates.
d
Distance to move.

See Also

NPCActivity Class | croemud.character.activity Namespace