From e330fe17aad4daa2520b56a3cf8d175a88aff35c Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 25 Jul 2014 00:34:19 +0200 Subject: [PATCH] Update player_build.sqf Would this work for adding built item code into systemchat? This way people can PageUp to view it, even after its gone from the screen. --- SQF/dayz_code/actions/player_build.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index 624aca9ed..ff7534816 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -521,7 +521,7 @@ if (_hasrequireditem) then { publicVariableServer "PVDZE_obj_Publish"; cutText [format[(localize "str_epoch_player_140"),_combinationDisplay,_text], "PLAIN DOWN", 5]; - + systemChat format [(localize "str_epoch_player_140"),_combinationDisplay,_text]; } else { _tmpbuilt setVariable ["CharacterID",dayz_characterID,true];