I'm trying to use a variable to keep track of "deaths" in a game (not gameovers, but knockouts). I'm using
The only question is, where do I put it so it increases each time a person dies?
I'd also like to know where I can make it so it counts each time an enemy is killed (not victories, but for each enemy)
Code:
$game_variables[3500]+=1
The only question is, where do I put it so it increases each time a person dies?
I'd also like to know where I can make it so it counts each time an enemy is killed (not victories, but for each enemy)