ACE3/addons/atragmx/functions/fnc_cycle_scope_unit.sqf
ulteq 6578ff4559 *Replaced call compile preprocessFile with FUNC macro
*Removed some unused files
*Fixed incorrect .paa filepath
*Fixed incorrect profileNamespace access
2015-04-06 20:46:33 +02:00

9 lines
300 B
Plaintext

#include "script_component.hpp"
[] call FUNC(parse_input);
GVAR(ATragMX_currentScopeUnit) set [GVAR(ATragMX_currentTarget), ((GVAR(ATragMX_currentScopeUnit) select GVAR(ATragMX_currentTarget)) + 1) % (count GVAR(ATragMX_scopeUnits))];
[] call FUNC(update_scope_unit);
[] call FUNC(update_result);