Home   Help Search Login Register  

Author Topic: Move again???  (Read 353 times)

0 Members and 1 Guest are viewing this topic.

Offline Wildebeest

  • Contributing Member
  • **
  • The time the wildebeest ruled the Earth.
Move again???
« on: 22 Nov 2004, 18:10:16 »
Hi! If I have told a unit to stop using the "dostop" command, how will I allow it to move again? The only way I know is to use "unit domove getpos something". I'm making a convoy that is to stop when fired at. But I want it to continue moving again, regardless of what units are still alive. Is there perhaps some kind of "move" command that simply says to the units "OK, it's cool to move again"?

Thx, yer the best!!!  ;D
Weeee...

Offline Fire-Fox

  • Members
  • *
  • Violence is just a friend walking on the right way
Re:Move again???
« Reply #1 on: 22 Nov 2004, 19:39:46 »
Use this code:

"[_x dofollow (leader yourgroup)]" foreach units yourgroup

where the variable yourgroup is the name of your group.

Offline Wildebeest

  • Contributing Member
  • **
  • The time the wildebeest ruled the Earth.
Re:Move again???
« Reply #2 on: 22 Nov 2004, 19:55:31 »
kk thx!
Weeee...