private array + one fix

This commit is contained in:
vbawol
2013-07-01 13:31:18 -05:00
parent 01662502f9
commit 42c33bcf14
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
//[unit, selectionName, damage, source, projectile]
//will only run when local to the created object
//record any key hits to the required selection
private["_zed","_killer","_kills","_array","_type"];
private ["_zed","_killer","_kills","_array","_type","_humanity"];
_array = _this select 0;
_zed = _array select 0;