fn_Quiksilver 1636 Posted February 19, 2015 (edited) hint str count allCurators // 0 ZEUS_1 = (createGroup west) createUnit ['ModuleCurator_F',[10,10,0],[],0,'NONE']; hint str count allCurators // 0 Any ideas how to add module to allCurators array, if possible? Purpose is to assess if there are any curators present, prior to calling the curatorEditableObjects functions. if ((count allCurators) > 0) then {} else {}; EDIT: Nevermind, solved. Solution is: hint str count allCurators // 0 ZEUS_1 = (createGroup [color="#008000"][b]sideLogic[/b][/color]) createUnit ['ModuleCurator_F',[10,10,0],[],0,'NONE']; hint str count allCurators // 1 https://community.bistudio.com/wiki/sideLogic Edited February 19, 2015 by MDCCLXXVI Share this post Link to post Share on other sites