How to auto-equip only specific item definition ?

Szymon Z.

Member
Hello,

I just want to know if it's any option to auto-equip only specific item by item definition (not by category).

For example if i have big sword and small sword i want to auto-equip big sword on pickup, but dont do the same for small sword. I can't see any "bool" or something like that for items such as "equip on pickup". Am i missing something ?

Best Regards
 
This isn't possible out of the box, but you could subclass the EquipUnequip ability and override CanStartAbility so it only starts when a certain Item Definition is picked up.
 
Top