Jump to content
DankanX37

Limitspeed for loitering vehicle not working.

Recommended Posts

I'm trying to make a blackfish orbit an area while staying at a low speed, I tried with both limitspeed and forcespeed but the blackfish isn't slowing, I tried with other vehicles and it does work, so, my question is, can you limit loiter speed?

Share this post


Link to post
Share on other sites

heli_0 limitSpeed 60;

heli_0 flyInHeight 130;

 

//_i = 0;

_dirS = 0;


 

for [{_i=0}, {_i<12}, {_i=_i+1}] do

{

_dirS = _dirS + 30;

_idealPos = tgtCenter getRelPos [350, _dirS];

group driver heli_0 addWaypoint [_idealPos, 0, _i];

}

 

 

 

My solution was creating my own loiter script

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

×