Page MenuHomeFeedback Tracker

Spawning unit with wrong Equipment
New, NormalPublic

Description

Follow class unit spawn with wrong personal equipment, helmet and harness:

  • O_R_Gorka_base_F
  • O_R_Gorka_F
  • O_R_Gorka_camo_F
  • O_R_Gorka_brown_F
  • O_R_Gorka_black_F

Details

Severity
Trivial
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Units
Steps To Reproduce

_w = [
["O_R_Gorka_base_F",[0,0,0]],
["O_R_Gorka_F",[1,0,0]],
["O_R_Gorka_camo_F",[2,0,0]],
["O_R_Gorka_brown_F",[3,0,0]],
["O_R_Gorka_black_F",[4,0,0]]
];
{

_o = _x select 0;
_p = _x select 1;
_g = createGroup [east,true];
_v = _g createUnit [_o,_p, [], 0, "CAN_COLLIDE"];

} foreach _w;

Event Timeline

Fr3eMan created this task.Sep 2 2021, 8:33 PM