Im currently trying to use a method that creates it's own text and display's it (what's being said, style, and size being abstracted to change it to fit whatever i need) however im trying to use this text to display a variable for how much health the enemy actor has (hpE), however doing this i have put it in the constructor and the act methods, or each one separately. what I've accomplished by doing this is having it lag out (If in the act method) or not modifying it at all (If in constructor). does anyone have a solution?
