Moves randomly in the map.
Moves randomly in the map.
[Visual Basic] Protected Sub move()
[C#] protected void move();
[C++] protected: void move();
[JScript] protected function move();
Moves in the map.
Inherited from NPCActivity.
[Visual Basic] Protected Sub move(ByVal Double,ByVal Integer)
[C#] protected void move(double,int);
[C++] protected: void move(double,int);
[JScript] protected function move(double,int);
SearchEnemy Class | croemud.character.activity Namespace