Closed 3Mydlo3 closed 7 months ago
Current dev build produces very spammy logs.
20:17:58 Error in expression <[]; _threat = [_this,_threatsNew] call bis_fnc_cp_main; _t = time + (_this ca> 20:17:58 Error position: <bis_fnc_cp_main; _t = time + (_this ca> 20:17:58 Error Undefined variable in expression: bis_fnc_cp_main 20:17:58 Error in expression _t> 20:17:58 Error position: <_t> 20:17:58 Error Undefined variable in expression: _t 20:17:58 Error in expression _t> 20:17:58 Error position: <_t> 20:17:58 Error Undefined variable in expression: _t
20:17:58 Error in expression <[];
_threat = [_this,_threatsNew] call bis_fnc_cp_main;
_t = time + (_this ca> 20:17:58 Error position: <bis_fnc_cp_main;
_t = time + (_this ca> 20:17:58 Error Undefined variable in expression: bis_fnc_cp_main 20:17:58 Error in expression _t> 20:17:58 Error position: <_t> 20:17:58 Error Undefined variable in expression: _t 20:17:58 Error in expression _t> 20:17:58 Error position: <_t> 20:17:58 Error Undefined variable in expression: _t
This part is spammed till mission end.
20:17:58 Error in expression _t> 20:17:58 Error position: <_t> 20:17:58 Error Undefined variable in expression: _t
It might be related to spawning units CivilianPresence_..., which have scope = 1 instead of regular ones as suggested on forums. https://forums.bohemia.net/forums/topic/215837-error-with-bis_fnc_cp_main/
CivilianPresence_...
scope = 1
As a note, in current dev build civilians are on INDEPENDENT side.
Current dev build produces very spammy logs.
This part is spammed till mission end.
It might be related to spawning units
CivilianPresence_...
, which havescope = 1
instead of regular ones as suggested on forums. https://forums.bohemia.net/forums/topic/215837-error-with-bis_fnc_cp_main/As a note, in current dev build civilians are on INDEPENDENT side.