Hi guys,
I have been trying to figure this out for a while but cannot get it to work. I'm hoping it's a simple fix for someone with a bit more knowledge than myself.
I am trying to create three commands;
1. !wins - Displays to viewers how many wins I have for that stream
2. !addwin - Mods can use this to +1 wins to the !wins command
3. !resetwins - Mods can use this to reset the win counter to 0. At the end of the game or if I switch games say.
So far I have,
!commands add !wins Dunn has won 0 times
!commands add !addwins -a=!commands -ul=moderator edit !wins Dunn has won $(count) times
!commands add !resetcounter -a=!commands -ul=moderator edit !addwins -c=0
Would anyone be able to help me with this one please?
Thanks