diff --git a/functions/client/fn_blend.sqf b/functions/client/fn_blend.sqf index 7ae7b21..29228a5 100644 --- a/functions/client/fn_blend.sqf +++ b/functions/client/fn_blend.sqf @@ -39,7 +39,7 @@ if (_blendOut >= 0) then { _titleText params ["", "_text"]; [_text ] spawn BIS_fnc_infoText; }; - default {}; + default {hint "Wrong string supplied to grad-introCam";}; }; if (_blendIn >= 0) then { @@ -55,4 +55,4 @@ if (_blendOut >= 0) then { }; -}, [_titleText, _blendIn, _blendOut, _duration], _blendOut] call CBA_fnc_waitAndExecute; \ No newline at end of file +}, [_titleText, _blendIn, _blendOut, _duration], _blendOut] call CBA_fnc_waitAndExecute;