Is it possible to get observers in customs

You mean like, something that detects changes?

There are 3 ways :

  • You can check a value/variable when you need to use it
    • Check item Name everytime Equip/UnEquip
  • You can check value/variable with a loop
    • Check Buffs/Debuffs to update Stats
  • You can use RepNotify or Add a value/variable That’s RepNotify, Updates on Change
    • When player stats change, check if the X item is still same, so no need to update items