Skip to content

Commit

Permalink
Added cScripts chat log message instead of normal print
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 17, 2024
1 parent 5456f28 commit e842323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/init/fn_init_message.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (!isMultiplayer || {is3DENMultiplayer}) exitWith {};
if (!isNil{player getVariable QEGVAR(player,message)}) exitWith {};

if (difficulty <= 1) then {
systemChat "[cScripts] (Difficulty) WARNING: Mission difficulty is not set to Veteran or Custom."
SHOW_CHAT_WARNING("Difficulty","Mission difficulty is not set to Veteran or Custom.");
};

player setVariable [QEGVAR(player,message), true];

0 comments on commit e842323

Please sign in to comment.