mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
6578ff4559
*Removed some unused files *Fixed incorrect .paa filepath *Fixed incorrect profileNamespace access
9 lines
300 B
Plaintext
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);
|