avibird 1 36 Posted July 12, 2018 Sorry if this has been answered a few times before. How do I add spawned units into a mission to Zeus. I know how to add all Eden Place units to Zeus but how can you add all spawn units to Zeus ? Share this post Link to post Share on other sites
Varanon 892 Posted July 12, 2018 Check out the Biki page on addCuratorEditableObjects. Of course, you have to call this function on all units that you create for all curators, for example: private _object = ... createVehicle ...; { _x addCuratorEditableObjects [[_object], true]; } forEach allCurators; Share this post Link to post Share on other sites
avibird 1 36 Posted July 12, 2018 So is this the code I need to add to the Zeus module or a game logic to make it work. Share this post Link to post Share on other sites
Devastator_cm 434 Posted November 6, 2018 Or simply use Ares Mod and add the objects via Zeus module 1 Share this post Link to post Share on other sites