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