U want to mix the “Enemy” string with a “CurrentEnemyBeingAttacked” and “HP”
depends, enemy is only a string, if “CurrentEnemyBeingAttacked” and “HP” are strings you can just store them in a variable all together. I want to suppose that “CurrentEnemyBeingAttacked” is a Boolean and “HP” is an integer. But i dont think this is correct: var (“Enemy” + str(CurrentEnemyBeingAttacked) + “HP”) -= DamageDealt
No, not to create, to call. As in, Enemy3HP is already a thing and i just want to have something call a different enemy hp variable depending on which number CurrentEnemyBeingAttacked is.