Skip to content

Instantly share code, notes, and snippets.

@Drofseh
Created March 18, 2019 05:21
Show Gist options
  • Save Drofseh/0013b40b28f4ea498ebf4424610abb2f to your computer and use it in GitHub Desktop.
Save Drofseh/0013b40b28f4ea498ebf4424610abb2f to your computer and use it in GitHub Desktop.
Disable Path
// For single unit
// Place in the unit's init in editor
this disableAI "PATH";
// For a group
// Place in the group's init in editor
{_x disableAI "PATH"} forEach units this;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment