blob: e9d2add7b4a9bb2fcded25e551b0355043920463 (
plain)
1
2
3
4
5
6
7
8
|
Private['_status','_team'];
_team = _this select 0;
_status = _this select 1;
if (isNull _team) exitWith {};
Call Compile Format ["%1Autonomous = _status; publicVariable '%1Autonomous';",_team getVariable 'identification'];
|