Testing Confirmed Kills System.

Vanilla development commit:
4881e00ecf

New - Journal Kills will only update during the session on confirmed
Kills (study dead body).
This commit is contained in:
ebaydayz
2016-07-21 11:31:47 -04:00
parent 9ae21dd4f5
commit f2687345cd
6 changed files with 31 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ class horde_journal_pages_murders
{
idd = -1;
movingEnable = false;
onLoad = "uiNamespace setVariable ['horde_myDisplay', (_this select 0)]; [player getVariable['humanKills', 0]] call horde_epeen_setText_stats_fnc;";
onLoad = "uiNamespace setVariable ['horde_myDisplay', (_this select 0)]; [player getVariable['ConfirmedHumanKills', 0]] call horde_epeen_setText_stats_fnc;";
enableSimulation = true;
controlsBackground[] = {};
objects[] = {};