This commit is contained in:
A Clark
2012-11-15 12:26:14 -06:00
parent 039f1eb8da
commit 08e1942175
33 changed files with 396 additions and 265 deletions

View File

@@ -1,4 +1,4 @@
private["_qty","_item","_meat"];
private ["_qty","_item","_meat","_loop","_timer"];
_item = _this select 0;
_qty = _this select 1;
_meat = 0;