Willy Willner
-
Content Count
2 -
Joined
-
Last visited
-
Medals
Posts posted by Willy Willner
-
-
Shuko's script seems to not work with spawned in units. Works like a charm when I kill a manually placed unit, but not when they have been spawned in by a script.
This is how I spawned them in:
Quote_mrk = _this select 0;
_grp = createGroup west;
gendarme1 = _grp createUnit ["B_GEN_Commander_F", getMarkerPos _mrk, [], 0, "sergeant"];
[gendarme1] join _grp;
sleep 0.1;
gendarme2 = _grp createUnit ["B_GEN_Soldier_F", getMarkerPos _mrk, [], 0, "corporal"];
[gendarme2] join _grp;Obviously I changed his script to count the deaths of west units.
Civilian kill Counter
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
I am not sure I understand how you want me to use setVehicleInit and processInitCommands. The wiki says:
I guess I have to watch some tutorials on how to use setVehicleInit.