added back debug

This commit is contained in:
[VB]AWOL
2013-09-18 03:37:07 -05:00
parent c384f18744
commit 9236e55850
5 changed files with 22 additions and 48 deletions

View File

@@ -4,14 +4,17 @@
private ["_object","_type","_objectID","_uid","_lastUpdate","_needUpdate","_object_position","_object_inventory","_object_damage","_isNotOk","_parachuteWest","_firstTime","_object_killed","_object_repair","_isbuildable"];
_object = _this select 0;
if(isNull(_object)) exitWith {
diag_log format["Skipping Null Object: %1", _object];
};
_type = _this select 1;
_parachuteWest = typeOf _object == "ParachuteWest";
_isbuildable = (typeOf _object) in dayz_allowedObjects;
_isNotOk = false;
_firstTime = false;
if(isNull(_object)) exitWith { };
_objectID = _object getVariable ["ObjectID","0"];
_uid = _object getVariable ["ObjectUID","0"];