Hi, I wonder if there is any way to have a command like the classic !addwin that counts wins with kill but for 3 different games.
Like when you use !wins it will return “John won 2 games in A (2K, 3K), 1 game in B (10K) and 1 games in C (5K)”
Is it possible?
Thanks!
Emily
July 3, 2022, 4:54pm
2
Hey @German_MDS !
You can adapt the code of this command to do exactly what you want:
Hey @zombihuntress !
One way you could do this is by using the quote system API . You’ll get your TOKENS by clicking on the second link in the post, in the Manual Installation section, use these in the commands I wrote. To know where to look for your PUBLIC_TOKEN and PRIVATE_TOKEN, look at the field bellow:
$(urlfetch https://twitch.center/customapi/quote?token=PUBLIC_TOKEN&data=$(querystring))
$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&data=$(querystring))
$(urlfetc…
Thanks @Emily ! That’s very useful! I would take a look.
Thank you!
system
Closed
July 17, 2022, 5:07pm
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.