12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
private _array = [];
|
|
|
|
if (count _this > 1) then {
|
|
{
|
|
_array pushBack [_x, (_this select 1) select _forEachIndex];
|
|
true
|
|
} count (_this select 0);
|
|
};
|
|
|
|
_array |