Skip to main content

Player::taskWanderInArea

Syntax

```js player.taskWanderInArea(x, y, z, radius, minimalLength, timeBetweenWalks); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • minimalLength: float
  • timeBetweenWalks: float

Return value

  • Undefined

Example

```js // todo ```

See also