Skip to content

Instantly share code, notes, and snippets.

@JonathanTurnock
Last active December 1, 2020 22:45
Show Gist options
  • Save JonathanTurnock/a6519cc7c1183dcadc31dbef39a4c5a6 to your computer and use it in GitHub Desktop.
Save JonathanTurnock/a6519cc7c1183dcadc31dbef39a4c5a6 to your computer and use it in GitHub Desktop.
Arma 3 Cheatsheet

Initiate Random Patrol

Add the following to the init field of the Team Leader.

To ensure the units start from a random location, update the groups placement radius to match the distance field

[group this, getPos this, 1000] call BIS_fnc_taskPatrol;

See https://community.bistudio.com/wiki/BIS_fnc_taskPatrol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment