Home   Help Search Login Register  

Author Topic: Getting the postion of a group of soldiers  (Read 1118 times)

0 Members and 1 Guest are viewing this topic.

whiplash2000a

  • Guest
Getting the postion of a group of soldiers
« on: 27 Aug 2002, 09:55:23 »
Is there a way of getting the position of a group of soldiers, without relying on just one soldier from the group?

Let's say the one soldier you named and used for the Getpos command got killed half way to the place you needed the detection to happen, now what? You've got the wrong coordinates.

I guess I'm really asking for a way to detect the majority of the group of soldiers.

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Getting the postion of a group of soldiers
« Reply #1 on: 27 Aug 2002, 10:04:35 »
You could get the position of the group's leader:

getpos (leader group)

If the leader dies, the next ranking unit in the group becomes the leader...

As the group follow's the leader, that way you should have the general position of the majority of the group... ;)

whiplash2000a

  • Guest
Re:Getting the postion of a group of soldiers
« Reply #2 on: 27 Aug 2002, 19:02:16 »
I didn't know there was such a command. Thanks.