OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: DeadActionMan on 29 Jul 2007, 19:24:57

Title: doMove
Post by: DeadActionMan on 29 Jul 2007, 19:24:57
Perhaps I'm doing something stupid, but when I use man doMove getPos marker1, the unit runs off on it's merry way... However, when "man" is a leader of a group, none of it's other members follow?!? I've tried the doFollow command but they still won't budge.

I know it's simple, but I just can't make the squad move together... the leader just runs off and leaves his team behind!

Please help  :banghead:
Title: Re: doMove
Post by: johnnyboy on 29 Jul 2007, 19:46:26
Try "move" command.  It takes a unit or GROUP as its argument, and should be a group level command. 

"move", "moveTo" and "commandMove" all take the unit only as an argument, so only the one unit moves.
Title: Re: doMove
Post by: Planck on 30 Jul 2007, 00:05:34
Try:

man doMove getMarkerPos "Marker1" ........for single man

or

groupOne move getMarkerPos "Marker1" ..........for a group


Planck
Title: Re: doMove
Post by: DeadActionMan on 30 Jul 2007, 01:21:26
Thanks guys... I knew I was doing something stupid  :good: