mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Added private Variables, so external scripts calling this script can use "_return" as variable without problems example EPOCH_lootTrash.sqf: _return = false; _getWorldTypes = [str(_x), _inputWorldTypes] call EPOCH_worldObjectType; _return <--- Is an array!!!