Cronous Emulation Server Daemon

NPCActivity.move Method 

Moves in the map.

[Visual Basic]
Protected Sub move( _ 
   ByVal angle As Double, _ 
   ByVal distance As Integer _ 
)
[C#]
protected void move(
   double angle,
   int distance
);
[C++]
protected: void move(
   double angle,
   int distance
);
[JScript]
protected function move(
   double angle,
   int distance
);

Parameters

angle
Angle of the destination.
distance
Distance of the destination.

See Also

NPCActivity Class | croemud.character.activity Namespace