Hi, I successfully created a version of ceelo (the dice game) that works in nightbot. I am not very knowledgable with coding, but I successfully set it up so it gives you a random 3 rolls, and tells you your score. due to my lack of ability, it is then up to the players to play until someone wins. It is at this point that I hit a roadblock. I made a mod only command that allows someone to declare someone else a winner of the game, but I want a command that will track how many times someone has won when they use it. for example, someone would say "!wins @Witty Frog" and it would say "shanearchy has won (x) games of dice!". I've read through numerous threads but cannot figure out a way to do it currently. Any help would be appreciated.
I had hoped I could somehow make a command that used $(counter) to count how many times the !wins command was used with a specific $(touser) but no such luck so far, it only tracks the !wins command globally. (IE !commands add !wins $(eval var a=["$(touser) has won $(counter)"]) games of ceelo!