I solved the enemy health script slightly differently. I didn’t bother creating a new variable for Health and just used method chaining. This way I didn’t have to include the RPG.Attributes namespace.
Just out of curiosity, which way is more professional/efficient?