Can you use addition with count

So I know you can create a count and use it to show a value of how many times a command is used. But is there any way currently to modify a count by a specific number. Say the following occurs:

!squats
Output: the total number of squats is 50

!addsquats 20
!squats
Output: the total number of squats is 70

I know you can do set values if you do not use count but that means you have to set the new value everytime. I am looking more for an addition as opposed to a replace.

I know there is a command -c=0
That puts the count back to zero but is there anyway to do an addition

No sorry, count can only increase at an increment of 1, and this increment can’t be changed or added to through a command.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.