Win and losses command

Im making this gulag command and wanted to know how much wins and losses the user has entering the gulag. I think i need to set up a count

!addcom -cd=5 !gulag $(user) has entered the gulag and…$(eval a=[Survived, $(user) has survived,Died, $(user) has died];a[Math.floor(Math.random()*a.length)])

!addcom gwins $(user)'s Wins $(query) | Losses $(query)

Hey @Cyrensy!

First of all, let’s link the post you’re talking about: Win-Loss Counter with customapi

So, if I understand well, you want the same command, but for everyone to be able to add their own win/loss to your counter? I’m not sure how useful that’d be as usually streams only track the streamer’s, and you would have to add your own win/loss while you stream, which isn’t very convenient.

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