Hello everyone! I'm using
SRD_BattleStatusCustomizer plugin and it has in its properties the option to choose what you want the gauges to represent. The default come as actor.hp, actor.mp, actor.tp, etc. I was wondering how to use it to show the value of other variables, like a in-game variable or the number of certain item possessed. I tried something like
Code:$gameParty.numItems(id)
but it seems it is not able to access this information. Can someone more experienced have a look at this and figure out a way to do it? It would make this script a lot more useful for everyone!