Jump to content

systemantix

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About systemantix

  • Rank
    Rookie
  1. Did it. The cycle way-point is set to careless, then it moves to the sentry, which is set to safe. I've even used "setBehaviour" to force the crew into "safe" in every place that I can think of. What's really odd is that the second vic doesn't even act like it's "aware", because it has no sense of personal space. Maybe I am just at the mercy of the AI... :| Edit: Apparently forcing the vics into "careless" at the end of the script was the answer. Seems to be working now. Kudos to you.
  2. http://steamcommunity.com/sharedfiles/filedetails/?edit=true&id=754687867 I've created a sample mounted patrol, and I've mostly been able to hammer out all but one persistent bug. There are three groups in the patrol: 1 vehicles, 2 dismounts. They follow this series of events... 1. Vehicles move to sentry way-point, infantry holds in vehicles. 2. If enemies are detected by the patrol within 500 meters, the vehicles stop and unload the infantry. 3. Vehicles hold position and provide fire while infantry maneuvers to eliminate contacts. 4. Once there are no more enemies detected, infantry boards vehicles after 30 second timeout. 5. Repeat. Problem being, the second vehicle won't stay on the road, and when it's forced on the road by the terrain, it's bumper to bumper with the first vehicle. What am I doing wrong?!?!?!?!?!?!?!!?
  3. I'm probably missing something very basic here, but when I try to call the script with 7 vehicles in the array... [["pos1","pos2","pos3","pos4","pos5"],[c1,c2,c3,c4,c5,c6,c7],true] execVM "convoyDefend\convoyDefend_init.sqf"; ... I get all kinds of "Undefined variable" errors. Any ideas?
×