Decrease count with command

Hi guys! Hope everyone is alright.

So, I have a question that I don’t know if its possible.

I have 3 commands: !contador , !addcontador , !resetcontador.

The way I created them was:
!contador: !commands add !contador Contador:
!addcontador: !commands add !addcontador -a=!commands edit !contador Contador: $(count)
!resetcontador: !commands add !resetcontador -a=!commands edit !addcontador -c=0

I wanted a command to decrease de count. So, if I have “Contador: 2”, I want it to show “Contador: 1”.

Is it possible?

Thanks!

Hey @souocare!

Unfortunately, the $(count) variable can only go upwards, so there’s no way to decrease it, sorry.

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