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
{{ message }}
This repository was archived by the owner on Aug 6, 2023. It is now read-only.
But this time only LeftArm/RightArm don't work. And they are in the middle of the array.
Ohh interesting. If I change ELSTRING(medical_treatment,LeftArm) ,ELSTRING(medical_treatment,RightArm) , to ELSTRING(medical_treatment,LeftArm), ELSTRING(medical_treatment,RightArm),
The error goes away.
Again. It's the space after the ) that causes it. Changing EGVAR(medical_damage,woundClassNames) select to EGVAR(medical_damage,woundClassNames)select
fixes it here.
Yup kinda same here, but got IndexError: list index out of range.
Line is : [_args, {CALLM(gStimulusManager, "postMethodAsync", _this);}] remoteExecCall["call", 0, false];
https://github.com/acemod/ACE3/blob/c9ad92e92d26f929e3cb78a53743585e5ffa20d8/addons/medical_gui/functions/fnc_collectActions3D.sqf#L20-L24

The interesting thing here is that the first 5 work fine. And although they all do the same. The last one fails.
Same here: https://github.com/acemod/ACE3/blob/c9ad92e92d26f929e3cb78a53743585e5ffa20d8/addons/medical_gui/functions/fnc_updateUIInfo.sqf#L27
But this time only
LeftArm
/RightArm
don't work. And they are in the middle of the array.Ohh interesting. If I change
ELSTRING(medical_treatment,LeftArm) ,ELSTRING(medical_treatment,RightArm) ,
toELSTRING(medical_treatment,LeftArm), ELSTRING(medical_treatment,RightArm),
The error goes away.
Same

https://github.com/acemod/ACE3/blob/c9ad92e92d26f929e3cb78a53743585e5ffa20d8/addons/medical_treatment/functions/fnc_findMostEffectiveWound.sqf#L48
Again. It's the space after the
)
that causes it. ChangingEGVAR(medical_damage,woundClassNames) select
toEGVAR(medical_damage,woundClassNames)select
fixes it here.
https://github.com/acemod/ACE3/blob/c9ad92e92d26f929e3cb78a53743585e5ffa20d8/addons/medical_treatment/functions/fnc_handleBandageOpening.sqf#L89

No spaces involved here. Adding them changes nothing.
The text was updated successfully, but these errors were encountered: