Jump to content

unit spawn differently aera !


efa

Recommended Posts

Hello,

 

I wish to spouse vehicles randomly in different areas .. It's good everything works well

on the other hand vehicles when they appear they have no waypoints even if in the editor I put one.

suddenly they spawns go to land on the nearest airport.

 

So I would like to make a script that they appear to create a waypoints or spots and that makes it.

 

what is the best command to use?

 

I use this .... tell me if it's good?

 

for i = 1, 1 do
   mist.cloneInZone('test', {'zone1', 'zone2', })
 end
 
if Group.getByName ('test') then 
mist.fixedWing.buildWP(startPoint, TurningPoint, 120, 200, 'agl')
end

 

TEST = the name of the group

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...