OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started 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:
-
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.
-
Try:
man doMove getMarkerPos "Marker1" ........for single man
or
groupOne move getMarkerPos "Marker1" ..........for a group
Planck
-
Thanks guys... I knew I was doing something stupid :good: