Jump to content

AndersMolin

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About AndersMolin

  • Rank
    Newbie
  1. AndersMolin

    Urban Patrol Script

    Thank you very much, dale0404 and djotacon - tested your syntax and it works like a charm! -Anders
  2. AndersMolin

    Urban Patrol Script

    I have a problem with the cloning option. I have read the entire thread, searched the internet and have experimented in the editor for well over an hour but I cannot find the solution. I have created a 50 x 150 meter rectangular marker ("ptrarea") and a three-man team to patrol it. I can make the team patrol the area, use random spawn locations, and use the nomove argument with no problems, but when I try to use the clone argument, something fails. I call the script using the following code in the team leader's init line: nul = [this, "ptrarea", "random", "min:4/max:6"] execVM "UPS.sqf"; I have also tried "MIN:4/MAX:6", "4/6", "min 4/ max 6" but nothing works. I have also tried using a larger area in case there is some minimum distance needed to spawn multiple clones, but to no avail. This seems like an excellent script which would help me endlessly in mission-crafting, but I could really use the cloning function... Any help is greatly appreciated!
×