OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: Knight Trane on 19 Apr 2008, 07:42:57

Title: setFleeing
Post by: Knight Trane on 19 Apr 2008, 07:42:57
Question from a newb.  What are the possible parameters for setFleeing command?  looked in Command Reference and it is not there.   Any help would be appreciated.
Title: Re: setFleeing
Post by: Rommel92 on 19 Apr 2008, 09:11:54
<GroupName> setFleeing <Number between 0 and 1>
Title: Re: setFleeing
Post by: Planck on 19 Apr 2008, 17:37:14
No such command as a setFleeing command, this explains why you were unable to find it.


You probably meant allowFleeing.


Planck
Title: Re: setFleeing
Post by: Rommel92 on 20 Apr 2008, 01:32:47
Doh!  :whistle:

My bad.  :D

Code: [Select]
<GroupName> allowFleeing <Number between 0 and 1>
Title: Re: setFleeing
Post by: Knight Trane on 22 Apr 2008, 19:26:57
Thank you,

The Code I was reading clearly stated "setFleeing", no wonder it didn't work.

Thanks.