Skip to content

Instantly share code, notes, and snippets.

@commy2
Created March 22, 2018 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save commy2/be40c05584d8081045cadd889c0d5717 to your computer and use it in GitHub Desktop.
Save commy2/be40c05584d8081045cadd889c0d5717 to your computer and use it in GitHub Desktop.
params ["_unit", "_target", "_accuracy"];
if (_accuracy < _unit knowsAbout _target) then {
_unit forgetTarget _target;
};
_unit reveal [_target, _accuracy];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment