About the equipped

claudius_I

New member
Hi, i have a equipper, there is 2 item slot, one for right hand and other for left hand.

my problem is that some items include two hand how can i do this restriction? for equip one and the other unequip


Thanks
 

Attachments

  • imagen_2021-02-18_144642.png
    imagen_2021-02-18_144642.png
    11.4 KB · Views: 5
Currently our equipping system is very simple and limited, so there is no built-in way to do this.
That being said with a bit of custom code you should be able to achieve this.

If you are equipping items using an ItemAction, create a custom ItemAction by duplicating that code.
Then modify it, such that you check if the item being equipped is of the two handed category.
If it is unequip the item in the second hand first
 
Top