Hello,
I have a question.
In one of my missions I have placed huge number of objects in the edenEditor. I want all the placed Objects to be simpleObjects.
However I can't just make them simpleObjects all at once in the editor. We are looking at roughly 300 Objects.
I can insert the "createAsSimpleObject=1;" command into the class Attributes by hand but that would take a horrendous ammount of time.
As an example:
Is there a way to create all the objects as simpleObjects via the SQF-file?
Like something with forEach or so? And could you give me an example on the given cutout?
The Problem is that I've placed several objects wich must be not be affected and have to stay normal objects.
Kind regards!