OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: 456820 on 04 Aug 2005, 14:08:35
-
how do i check if a whole squad is fleeing ?
im fat too tired to try and work it out i know its something like
? groupone fleeing
or something around those lines or
fleeing groupono
but how do i do it with a whole group ?
i tried the search and found nothing
-
fleeing eastReconGroup
from da comref ;D
-
True, but the comref also says that the operand must be an object, not a group.
Operand types:
unit: Object
I've never used the fleeing command, but when I follow the comref I should say :
"fleeing _x" foreach units grp1
Or
fleeing (leader grp1)
because I think fleeing is something collective.
-
thanks alot blanco ill try them both
-
i tired the seconds one cause that seemed most reliable and it worked grea thanks alot blanco
topic solved
-
I have a feeling that fleeing is a group property, even though the command refers to a unit.