I'm working with items that have a set number of uses, the help window displays the variable of the amount left before it gets consumed.
The problem I'm having is that the variable in the description does not change until I move the cursor of the item window, and if I just have one item, the number will not change until I go back to the item type selection.
I tried with an update method in the Window_ItemList script, it fixes the problem, but it adds a ton of lag.
Is there a way to update the help window when I use an item? Be it a script edit or a script call, anything would be appreciated.