Jump to content

Willy Willner

Pre Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by Willy Willner


  1. 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.

×