In OFP I had a command I could run from a units first waypoint that would make it choose between x number of markers to set a waypoint to at a random number. Essentially I would place a unit, place a "move" waypoint", and then a cycle waypoint somewhere behind the unit (not that it mattered). In the init line of the first waypoint is where I would place the code (I will edit that in later, I'm at work).
Once you preview the mission, the unit would move to one of the designated markers randomly and then on to the next marker and so on and so forth, it was never the same one twice. I copied the same line of code from an OFP mission into Arma and tried to do it the same way, but it doesn't work... I was wondering if it had something to do with the setWPPosision command? Is that command still used in ARMA?
Like I said, I'll get the specifics tonight when I get home, unless you scripting geniuses have other ways of making random waypoints for units... I just liked it because it was simple to use, and very customizable. Thanks guys.