I’m trying to create two health bar for two player characters which use the same collection, the hp value is stored inside the collection, as well as each individual ID
The issue is that for me to scale the hp bar, I am going to need the values of the hp and id in the gui object, however I have not found a way to do this
both these values are stored as self. values due the characters using the same code
I’ve tried using global functions and msg.post. But I can’t access self with the former and can’t return a value with the later.
Any ideas