Miss/Hit/Die counter command?

Does anyone know how to add a command for one of the following?

You will most likely want to take a look at the $(count) variable: https://docs.nightbot.tv/commands/variables/count

You may also want a way to have the command be readable without counting up. So you will need 2 commands for that

!commands add !miss Pizza_Machine has missed x times

!commands add !countmiss -ul=mod -a=!commands edit !miss Pizza_Machine has missed $(count) times


!Miss needs to be made before countmiss, but miss will display the number whenever it is used and countmiss will add 1 to that amount whenever it is used. Countmiss is also moderator only.

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