OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Wildebeest on 22 Nov 2004, 18:10:16

Title: Move again???
Post by: Wildebeest 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
Title: Re:Move again???
Post by: Fire-Fox 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.
Title: Re:Move again???
Post by: Wildebeest on 22 Nov 2004, 19:55:31
kk thx!