Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

wander

Wander activity.

The npc will wander in the zone.
Wandering consist of a move to a random point inside the zone, an iddle wait of some time then another move to another random pos, etc.

The default timer is a random number between 50 and 100 ticks (i.e. 5 to 10 seconds).

Default timer value is configurable in the AI Service config file.

This timer can be configured in the profile parameter with the optional parameters below.
Optionally, you can also flag this wander as foraging by adding the optional parameter 'foraging'. If you set the foraging mode, then the timer parameters are no longer used.

Optional parameters :

[[wait min : <delay>]
[wait max : <delay>]]
|
[forage]

  • No labels