Hello everyone, I have got this script:
_x dofire player
#update
_x = getpos player
~5
? not alive _x : goto "exit"
~1
goto "update"
exit
Can you suggest me, please, the way of the performing of this script by a lot of single named units?
I have tried this command:
{_x exec "script.sqs"} forEach [unit1, unit2, unit3, unit4 etc.]
but it didn't worked... Any help would be appreciated. Thanks.
Guido