Sub-Goal Count?!

help with this subcount goal I want to create a command that shows how many subs there are, then calculates how many are needed to get to the sub goal streamers goal is 500 subs

For now this is what i have:

$(channel) is $(eval , # - $(twitch $(channel) “{{subscriberCount}}”) - 1) subs away

Update: came across this math api but still don’t know how to execute it

$(urlfetch http://twitch.center/customapi/math?expr=$(querystring))

http://twitch.center/customapi/math?expr=24-$ #(twitch $(channel) “{{subscriberCount}}”)) subs away

Here’s a subcount command

$(channel) is $(eval a=501-(parseInt(`$(twitch subcount)`)||0);a>0?a:0) subs away.
1 Like

THANK YOU! ROKETTO

May ask why is says 501?

The streamer counts as an extra sub.

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