I get how to do a counter command thats not a problem but i want the counter to start at a specific number how do i do that with out doing $(count) 6000 times to start it at the number i want
Counter command
6 replies
Hey @Magic Rhino!
Have your !subpoints command ready, and then the mod command to add one subpoint would be the following:
• !addsp:
!addcom !addsp -ul=mod -a=!editcom !subpoints Subpoints: $(count)
And if you want to add multiple points at once use the following:
• !setsp <number>:
!addcom !setsp -ul=mod -a=!editcom !addsp \-c=$(eval $(1)-1)
<number> needs to be the current amount + the new amount.
You'll have to call !addsp after !setsp.
Quick note, you can get your number of subscribers using this command:
$(twitch $(channel) "Subscriber count: {{subscriberCount}}")
Didn't find your answer? The community is on Discord.
Ask on Discord