I am trying to make random missions that are chosen on mission start.
Currently the script is executed via radio trigger for testing.
Script:
_rand = ["sm1","sm2","sm3"];
_loc = _rand select (floor(random(count _rand)));
"vip" setpos (getmarkerpos _loc);
hint "Moved";
Currently it is not working. I essentially want the side mission design from Domination West.