I’m trying to set up a death counter.
I want !newdeath to be the command to add to the counter, so this is my command:
!newdeath Furi has died $(count) times since the death mechanics update PixelBob
That part was easy.
Now I need a way to set the counter, while it still keeps counting. Just in case we accidentally add a death.
I tried this:
!commands add !setcounter -ul=mod -a=!commands edit !newdeath Furi has died $(query) times since the death mechanics update PixelBob
but then it stops counting…
I added a new command !death to show what the count is at, but I can’t figure out a way to display it without changing the count. Any help would be much appreciated.