When a missions calls initJIPcompatible.sqf, but it is not present in the mission, A3 makes the on-screen error and rpt entry:
Warning Message: Script initJIPcompatible.sqf not found {F19869} {F19870}
When a missions calls initJIPcompatible.sqf, but it is not present in the mission, A3 makes the on-screen error and rpt entry:
Warning Message: Script initJIPcompatible.sqf not found {F19869} {F19870}
Execute:
TAG_Ref = [] execVM "initJIPcompatible.sqf";
To fix the problem an empty initJIPcompatible.sqf/returning just true must be added to a3\functions_f\scripts, as the engine falls back on looking for the file in the scripts folder (said location) defined in configs when not found as part of a mission.
Ask Karel for further details/assign to Karel.