Win and losses command

Asked Jul 8, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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)

1 reply

Hey @Tidy Snail!

First of all, let's link the post you're talking about: /t/win-loss-death-kill-counters-in-one-command/1534599429502537921#m153459943…

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.