You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Placed ACE3 Modules:
In missionConfigFile >> "ACE_Settings":
class ace_medical_useLocation_PAK {
typeName = "SCALAR";
value = 4;
values[] = {"Anywhere", "Medical vehicles", "Medical facility", "vehicle & facility", "Disabled"};
force = 1;
};
Description:
Let's assume that canTreat doesn't evaluate to false until line 78 in fnc_canTreat.sqf.
Then, the use location is checked. As _return is initialized to true, it won't be changed, if ace_medical_useLocation_PAK ist 4.
So: the item will be able to be used allthough it should be disabled.
The text was updated successfully, but these errors were encountered:
Nice to see, that this got fixed that fast. But I have to say: the commit messa #2767 seems to be a bit specific. Is the error fixed for any item or just for the pak?
PAK and Surgical Kit are the only Treatments that were effected because they are the only ones that have treatmentLocations[] set to something besides {"All"}
ACE3 Version: 3.3.2
Mods:
@CBA_A3
@ace
Placed ACE3 Modules:
In missionConfigFile >> "ACE_Settings":
class ace_medical_useLocation_PAK {
typeName = "SCALAR";
value = 4;
values[] = {"Anywhere", "Medical vehicles", "Medical facility", "vehicle & facility", "Disabled"};
force = 1;
};
Description:
Let's assume that canTreat doesn't evaluate to false until line 78 in fnc_canTreat.sqf.
Then, the use location is checked. As _return is initialized to true, it won't be changed, if ace_medical_useLocation_PAK ist 4.
So: the item will be able to be used allthough it should be disabled.
The text was updated successfully, but these errors were encountered: