Making a damage system where the amount of damage done to an enemy taken shows up in text. When you attack said enemy, the amount of damage done is randomized (16,17,18,19). How do I get the outcome of
On Left Button clicked on "Hit" (attacking, basically)
--->Subtract choose(16,17,18,19) from "Enemy_HP"
to set the text to?