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)])
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.