I got a script request.
The call should have 3 parameters:
a radius in m
a vehicle classname
max amount of vehicles active at a time
What it should do:
from the view of every marker, check for other markers within the set radius
cycle through all markers, collect all possible combinations, don't delete duplicates aka keep both directions
once all combinations are collected, send one vehicle (defined by the classname) on each route using our convoy script,amount of active vehicles from the parameter
give out in the log whenever a a route is started and completed
when a vehicle is not moving for 10 seconds, consider it stuck and give out a log with the route, the location and set an objective marker on the map. Then despawn the vehicle, cancel this route and continue with the next.
The script can be implemented into Antistasi directly as it can be used for map porting.
I got a script request. The call should have 3 parameters:
What it should do:
The script can be implemented into Antistasi directly as it can be used for map porting.
Below a partial example: radius - 2750m
This has a dual purpose: