a3 -> ui_f -> scripts -> gui -> rscdisplaymain.sqf
Line 371
_condition has a Typo in the Execution of the if Statement.
[...]
_condition = gettext (_x >> "condition");
if (_condition == "") then {_condifiton = "true";};
[_condition,_cfgSpotlights,_x] call {
[...]