Equip Input Indexes

Hi Justin, I have set up the ‘Equip Unequip’ item ability and added the ‘1-9 Input Name’, but I don’t know how to set the weapon as the first item or the second item.

I have two types of weapons, players can only pick one of them, I want to set them all as a second item, what should I do?
 
Please create a new thread for each topic as it helps with searching.

The input indexes relate to the Item Set Manager - Item Set 0 maps to 1, Item Set 1 maps to 2, etc.

I have two types of weapons, players can only pick one of them, I want to set them all as a second item, what should I do?

This currently is not supported by the inventory so you'll need to either modify the inventory class or expand upon the equip unequip ability in order to support it.
 
Please create a new thread for each topic as it helps with searching.

The input indexes relate to the Item Set Manager - Item Set 0 maps to 1, Item Set 1 maps to 2, etc.



This currently is not supported by the inventory so you'll need to either modify the inventory class or expand upon the equip unequip ability in order to support it.
OK, thanks for reply.
 
Top