mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 11:02:14 +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!!!