Okay, so I am trying to create a twitch command where if you do !win it says the score is 1-0, and if you do it again, it says the score is 2-0, so on and so forth. I also want it where if you do !lose, it says the score is 0-1, do it again, 0-2. Again, so on so forth. One more I want is if you do !reset it says the score has been reset, and it goes to 0-0. I have no clue how to do this, can anyone help me?
Creating a Score Command
4 replies
@Sleek Badger Heya, welcome to the community. This thing is possible but in a weird way.
!win command
!addcom -cd=5 !win The score is $(count)-0
reset!win To reset !win command
!addcom -cd=5 -ul=moderator reset!win -a=!editcom !win \-c=0
!lose command
!addcom -cd=5 The score is 0-$(count)
reset!lose To reset !lose command
!addcom -cd=5 -ul=moderator reset!lose -a=!editcom !lose \-c=0
Example Usage:
User: !winNightbot: The score is 1-0User: !winNightbot: The score is 2-0Moderator: reset!winNightbot: \* COMMAND EDITED ALERT *\User: !winNightbot: The score is 1-0
User: !loseNightbot: The score is 0-1User: !loseNightbot: The score is 0-2Moderator: reset!loseNightbot: \* COMMAND EDITED ALERT *\User: !loseNightbot: The score is 0-1
I coded the way you instructed, by the way, to reset both the commands (!win and !lose) from a single command is not possible, I think, neither it will not return any phrase like "The score has been reset, and it goes to 0-0"
If you face any error, then please let me know.
Regards
Hi how about if I say !win , then nightbot says " score is 1-0", then later I say !lose then nightbot says "score is 1-1" ,and then somehow later again I say !win then nighbot says "score is 2-1" and so on till I reset the scores with !reset for tomorrows stream again so scores are back to 0
Then also if a viewer wants to know the current score, he will type !score , then nightbot says " score is 2 -1"
this would be a big help coz I stream Among Us and I want them to know how many wins and loses I have
Also since thats for Among Us game command, I hope the command could be !impwin Then nightbot says "Impostor Score 1-0 " and when !implose, nighbot says "Impostor Score 1-1"
And thinking if it could be the same as for !crewwin and !crewlose, also the !crewscore and !impscore would be great
I know its a lot, so the help is very appreciated
Hey @Sleek Badger!
I'm not sure why the first time I've seen your post it didn't click with me that I already wrote the command you're asking for, you can easily adapt the code to your needs:
/t/win-loss-death-kill-counters-in-one-command/1534599429502537921#m153459943…
Sorry @Maple Goose, but your counters don't communicate with each others, so that doesn't really fit their needs.