Can I set a timer message to not repeat ??? Maybe Multiple Command?

Yes!!! Yes I do
However… I still havent gotten it to work at all yet
Im feeling so incredibly stupid and feeble mninded

i’m beginning to feel like no one is this stupid… I’m following the directions, which seem clear enough and then got a few errors then a 404 error then no errors but also no message

Maybe I should just start over with your original directions now that I know where everything is and how to implement the tokens etc

Heres the updated Timer for multiple messages:

`$(eval a=`$(urlfetch json https://twitch.center/customapi/quote/list?token=PUBLIC_TOKEN&no_id=1)`.split(`,`);T=`$(twitch $(channel) "{{uptimeLength}}")`.replace(/\s+/g,`:`);x=0;for(i=0;i<a.length;i++){b=a[i].split(` `);if(b[0]==`channel:is:not:live`){if(T!=`channel:is:not:live`){x=1}else{x=0}}else{x++};R=`No`;if(x==1){R=`One`};if(x==3){R=`Two`};if(x==6){R=`Three`}};`,`+T+` `+R)`

And here’s the updated second command:

$(eval a=`$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&data=$(query))`;`$(2)`==`One`?`YOUR_FIRST_MESSAGE_HERE`:`$(2)`==`Two`?`YOUR_SECOND_MESSAGE_HERE`:`$(2)`=`Three`?`YOUR_THIRD_MESSAGE_HERE`:` `)

Btw the timer only works while your live.

2 Likes

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