Small Union testing plugin, with externals for allowing to schedule EquipItem from AI queue, or calling oCNpc::Equip() from daedalus.
Tested only on G2A, but it should work on others too.
//func void AI_EquipItem_External(var C_Npc slf, var C_Item item);
Inspired by AFSP: https://github.com/Bad-Scientists/AF-Script-Packet/blob/ccd03070914bce6695b7e8fbc876e257618623c5/AI_Functions.d#L1036
//func void oCNpc_Equip_External(var C_Npc slf, var C_Item item);
Based on new Union framework template: https://github.com/Patrix9999/union-plugin-template/