added tags.

This commit is contained in:
Defent 2015-08-26 23:31:01 +02:00
parent 65ca9b02b9
commit 2b3597907a

View File

@ -1,3 +1,4 @@
DMS_spawnAI = {
private ["_group", "_pos","_soldier","_skill","_units","_playerObject"];
_pos = _this select 0;
_units = _this select 1;
@ -103,4 +104,4 @@
};
};
};
};