Mokey II 5 Posted May 8, 2018 I'm trying to return all launchers to an array via script. My issue is, I can't seem to find any documentation on how to do so. I know you can pull everything from the missionconfigfile >> etc... Anyone know how to achieve this? Share this post Link to post Share on other sites
pierremgi 4857 Posted May 8, 2018 Use the "type = 4" property: Your array = ("getNumber (_x >> 'type') == 4 && getNumber (_x >> 'scope') >= 2" configClasses (configfile >> "CfgWeapons")) apply {configName _x}; 1 Share this post Link to post Share on other sites