Player::taskWanderStandard
Makes ped walk around the area.
set p1 to 10.0f and p2 to 10 if you want the ped to walk anywhere without a duration.
Syntax
```js player.taskWanderStandard(p1, p2); ```
Required Arguments
Return value
Example
```js // todo ```
See also