- Joined
- Sep 30, 2016
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I'm creating a variable in this way...
variable = enemyhealth
Now when I create the conditional branch
if(variable < constant)
As I damage the enemy, the variable does not seem to update.
How do I get the variable to update.
variable = enemyhealth
Now when I create the conditional branch
if(variable < constant)
As I damage the enemy, the variable does not seem to update.
How do I get the variable to update.


