Jump to content
avibird 1

Is it possible to add in-game spawn units to Zeus? If yes how please.

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×