1. Hi all,

    I'm trying to make a simple test...

    I need to know if the active character is able to wear a piece of stuff.

    Is it a simple command i didn't found or i need to make all the test for all class ?

    the function IsEquippableItem tells me if an item is a piece of Equippable stuff, but not linked to the active char

    thanks

  2. Are you asking how to tell if the item is "Soulbound"?

  3. There is no function that can tell you that, full stop. You must equip the item in order to see. You can get an idea by scanning the tooltip and checking the armour or weapon class, the requirements, etc. but none of that is 100% guaranteed.