mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
#include "script_component.hpp"
|
|
|
|
call compile preprocessFile ("\atragmx\fnc_parse_input.sqf");
|
|
|
|
GVAR(ATragMX_currentScopeUnit) set [GVAR(ATragMX_currentTarget), ((GVAR(ATragMX_currentScopeUnit) select GVAR(ATragMX_currentTarget)) + 1) % (count GVAR(ATragMX_scopeUnits))];
|
|
|
|
call compile preprocessFile ("\atragmx\fnc_update_scope_unit.sqf");
|
|
call compile preprocessFile ("\atragmx\fnc_update_result.sqf");
|