Hi all.
Been a while but its time now to start doing some arma scripting
I made a script which is using triggers. Now I would like that script to add objects to the border of the trigger with a certain ammount of space between them.
So for example if the trigger is a rectange of 500 x 500 meters I would like my script to add objects to lets say all 4 corners of the rectangel and 3 in between. Going from North to south and from west to east. But no objects should be created in the middle, I speciffically need the objects to be on the border of the trigger.
Now I found Kronzky's object placer (an sqf) which will spawn objects inside a marker with a specified space in between them and of the type you want.
However, this spawns objects spread all over the place, not just borders.
And, that script is depended of markers (I know why cause refering to markersize and direction is needed), but I really cant use markers. My script is depended on triggers.
I hope my explanation does make any sense, after all these years I still cant explain it in a clear way I fear
Anyone get an idea how to do this?