While encoding Takistani Army, I noticed that in the Eden editor the init event handler is only executed for the player. The following init code is defined for the Taki infanty:
class EventHandlers : EventHandlers
{
init = "_this call SLX_XEH_EH_Init;(_this select 0) execVM ""\CUP\Creatures\People\Military\CUP_Creatures_People_Military_Taki\scripts\CUP_tk_scarf_brown.sqf""";
};
However, as this screenshot shows (http://steamcommunity.com/sharedfiles/filedetails/?id=524553365), only the player gets the scarf, while all others are empty. When I build the same team in the old 2D editor, all units get the right neck scarf.