Hello again, since I plan to mess around with a lot of enemy types, I've put them in a family so my code isn't more spaghettified for the future, however, I'm not sure how to do healthbars for each enemy type unless I specifically code the healthbar for each single unit type, is there a way to use family variables to tidy up the code for the healthbars?
I've tried to do it myself but the healthbar is always the same width for each unit.
Thanks in advance.