mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
#include "script_component.hpp"
|
|
|
|
[] call FUNC(parse_input);
|
|
|
|
GVAR(currentScopeUnit) set [GVAR(currentTarget), ((GVAR(currentScopeUnit) select GVAR(currentTarget)) + 1) % (count GVAR(scopeUnits))];
|
|
|
|
[] call FUNC(update_scope_unit);
|
|
[] call FUNC(update_result);
|