Hey all! This question probably has a really simple answer that I just overlooked, but I am working on my Shop scene right now, and I would like to also list how many of a particular weapon/armor are equipped to an actor. The "Possession" field only seems to list items in inventory, not those equipped on actors. This is fine but I'd like to display the number equipped on a second line as well.
Basically I'm planning to make a second line under "Possession" that will read "Equipped", and will list the number of an item currently equipped on any actors. For example, if you have 3 Swords in your inventory, and two equipped on Actors, the Possession field would read 3, and the Equipped field would read 2. I'm not sure how to go about getting the total number equipped across all actors though. Drawing the text to the shop scene isn't a problem, I just don't know how to get the information itself. Any help would be appreciated. Thanks!