Jump to content
circassian

Other squads following me

Recommended Posts

Hi guys,

There were a mission in resistance campaign were to hold a town against a large counter soviet armor attack.

There were a bunch of T55s and BMPs with me in addition to another squads around with their tanks too..

The thing is these other squads are following me were ever I go without any command or action I've..

How to have the same script?

Share this post


Link to post
Share on other sites

I just took a look and there's a file called Moving.sqs:

; Moving tank groups

#LOOP

~15
[aG1, 2] setWPPos [(getPos aT1 select 0), (getPos aT1 select 1)+30];
[aG2, 2] setWPPos [(getPos aT2 select 0), (getPos aT2 select 1)+30];

goto "LOOP"

So, it's simply a loop that updates their waypoint a few meters away from a selected tank's position.

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

×