is there a working way to lock slots in a players inventory say just slot 0 in belt
Item c = target.inventory.containerBelt.GetSlot(2);
c.LockUnlock(false, target);
Shows it as locked but still can pull it out of inventory.