A3-Antistasi
A3-Antistasi copied to clipboard
Bug in AI medic assignment.
This appears to be a code error (I don't know sqf well so maybe it is intended to do something I don't understand). In pedirAyuda.sqf, in a couple of places the comparison operator == is being used instead of assignment =. i.e. _medico == _unit; instead of _medico = _unit; This will obviously produce unintended behavior (unless for some weird reason this code is intentional!).
Thanks, I will check it ASAP