Home   Help Search Login Register  

Author Topic: 2,3,4 go to BD32  (Read 524 times)

0 Members and 1 Guest are viewing this topic.

Storm-Dk

  • Guest
2,3,4 go to BD32
« on: 17 Apr 2003, 13:05:17 »
HI

When the AI is commander of a grp. who can he do this "2,3,4 go to BD32"?
I Realy need it!

Storm out

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:2,3,4 go to BD32
« Reply #1 on: 17 Apr 2003, 13:38:34 »
Quote
Here's a quick rundown on the differences between move, domove and commandmove.


Move: This will give the whole group movement orders, effectively setting a new waypoint for the group (in fact that's exactly what it does).

Commandmove: This will give a single unit an order to move to a position. The leader of the unit's group will issue the order, eg. "2 GO TO 21 7"

DoMove: This is the silent form of commandmove. It is exactly the same command, except the unit's leader won't give the order.

in your script or trigger which ever you're using type
[unit1,unit2,unit3] commandmove getpos positiontomove

unit1 and 2 and 3 are the names of the units you want to move.
positiontomove can for example be a name of a game logic which you have placed there where you want the units to move to.
Not all is lost.