I'm going to be streaming an achievement hunt, and I was hoping to find a way to use one command to update both the stream title and a command that displays progress. Currently, I have the following:
!progress -- I have completed 0/102 achievements!
+1 -- -edit !progress I have completed $(count)/102 achievements!
I was struggling to find a way to edit a stream title in the same way (I tried to do edit !title <insert title> $(count)/102 but that didn't work, saying the command didn't exist). So my questions are:
1. Is it possible for my +1 command to trigger two things?
2. If not, is there a way to use an alias to make it trigger the second command instead? And
3. Even if neither work, is it even possible to update a $(count) within the !title command?
Thanks for any advice you have! I'm sure this has been done, but my Googling and forum digging have failed me.