I'm trying to set up some variable commands, and I'm not sure it's able to be set up or not. For example, I want to track number of times I've died using !death. This would be with @counter@, I know. But when switching games, the counter doesn't reset, to be independent for the new game. Theoretically, I'd like to have the same stat work for separate games.
Also, is there a way to remove a counter other than manually? Using the !death example, is there a way to have the counter at 4, then "!death remove" or something similar puts the counter at 3?
I guess ideally, it'd look like:
!game
Now Playing: XYZ
!death
1 Death for XYZ
!death
2 Deaths for XYZ
!death
3 Deaths for XYZ
!death remove
2 Deaths for XYZ
- LATER -
!game
Now Playing: ABC
!death
1 Death for ABC
That's basically what I'm looking for.