1.7.5.D1202

This commit is contained in:
A Clark
2012-12-07 20:29:23 -06:00
parent 73f951f1cf
commit 5521090b9e
74 changed files with 1258 additions and 576 deletions

View File

@@ -1,6 +1,6 @@
private["_unit","_distance","_i","_listTalk","_zombie","_targets","_pos"];
private["_unit","_distance","_doRun","_pos","_listTalk","_zombie","_targets"];
//Alert Zed's to noise of shot
_pos = _this select 0;
_unit = _this select 0;
_distance = _this select 1;
_doRun = _this select 2;
_pos = _this select 3;