CanEquipItemUsage​Called when the player attempts to equip an itemReturn true or false to override default behaviorExamples​""bool? CanEquipItem(PlayerInventory inventory, Item item, int targetPos){ Puts("CanEquipItem works!"); return null;}Copy