A3-Antistasi icon indicating copy to clipboard operation
A3-Antistasi copied to clipboard

Bug in AI medic assignment.

Open billw2012 opened this issue 6 years ago • 1 comments

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!).

billw2012 avatar Feb 10 '19 10:02 billw2012

Thanks, I will check it ASAP

Barbolani77 avatar Mar 28 '19 23:03 Barbolani77