thank you for the video! it was so helpful and it worked! i was wondering if you have a tutorial on how to create a command for viewers to check how many times they have checked in? also congrats on the 200! keep it up!
No tutorial lol, but if you just duplicate the redeem them change the trigger to the command you want to name it and remove the increment sub action it should just put a message that shows how many they've checked in without increasing the number
Really nice tutorial! I just was curious, does it save a list of the users and how many times they redeemed it somewhere in a .txt file or something that is easily accessible? That would be a really nice way to keep track of a daily redemtion for a giveaway for example.
Hi thx for the tutorial. i always find something usufull about your videos even tho i watch a lot of streamer.bot tutorials. Can you make a tutorial on how to to show in an obs gdi text the top of a certain amount?. for example top of emotes typed or top amount of superchat donation ext. it seems eze but its actually hard becasue you have to compare the current amount with the previous and set a gdi text of the amount and the "winner"
tracking that stuff is a tall order my friend. it may be beyond me, I think you are on the right track with the text gdi though. my recommendation is to join the Streamer.bot discord. discord.gg/EK3n48QW and create a support ticket explaining exactly what you want to make happen and i know someone there can help you. they will be more than happy to help too!
Thank you for the alternative! One more question, if I start a stream without opening streamerbot, will my viewers still be able to claim daily check-in, or I need to have OBS and Streamerbot open on the beginning of the stream?
@@Rolocen Thank you very much on your help! One more thing and I think I'm done with boring questions haha. Is there a possibility to put counter per person. So if someone want's to check how many checkins they did, they can write it in chat?
@RandomCarl37 yup, so in a separate action you would need to call that variable we made with the "get global" variable then in a chat sub action it would be something like %user% has checked in %the variable you used%. Infact it can be the exact message you used before lol
So I made the daily check in which works great. So I made another, different reward, same actions but for some reason it comes up with random numbers. (A viewer redeemed it for the first time yet it said 4 times)
@elorasingleton th-cam.com/video/CY8NZ1Cp4yI/w-d-xo.htmlsi=n17xebfiryrxYCtQ this is an easy way to make a counter that keeps track but keeps them separated
thank you for the video! it was so helpful and it worked! i was wondering if you have a tutorial on how to create a command for viewers to check how many times they have checked in? also congrats on the 200! keep it up!
No tutorial lol, but if you just duplicate the redeem them change the trigger to the command you want to name it and remove the increment sub action it should just put a message that shows how many they've checked in without increasing the number
Thank you friend!! Super easy to follow and setup!
Congrats on the 200!
Bro's made some dope asf tutorials, congrats on the 200 man you deserve it and more 🔥🔥🔥🔥🔥🔥
Congrats!!🎉
Really nice tutorial! I just was curious, does it save a list of the users and how many times they redeemed it somewhere in a .txt file or something that is easily accessible? That would be a really nice way to keep track of a daily redemtion for a giveaway for example.
@cdbtheclaw it keeps track of it internally and you can always get the data from that with the global variable that we used in the tutorial
Congrats mate!
Congrats! 😎👍
TY for the video
Hi thx for the tutorial. i always find something usufull about your videos even tho i watch a lot of streamer.bot tutorials. Can you make a tutorial on how to to show in an obs gdi text the top of a certain amount?. for example top of emotes typed or top amount of superchat donation ext. it seems eze but its actually hard becasue you have to compare the current amount with the previous and set a gdi text of the amount and the "winner"
tracking that stuff is a tall order my friend. it may be beyond me, I think you are on the right track with the text gdi though. my recommendation is to join the Streamer.bot discord. discord.gg/EK3n48QW and create a support ticket explaining exactly what you want to make happen and i know someone there can help you. they will be more than happy to help too!
@@Rolocen i dont need help becasue i already did it, i wanted to give you a youtube video idea
@DidatticaScuola oh okay lol you should make a tutorial on that. That'd make a great video and I'd love to learn lol
Thank you for the alternative! One more question, if I start a stream without opening streamerbot, will my viewers still be able to claim daily check-in, or I need to have OBS and Streamerbot open on the beginning of the stream?
@RandomCarl37 no streamerbot has to be open for any action that uses streamerbot to work lol fortunately it's low resource
@@Rolocen Thank you very much on your help! One more thing and I think I'm done with boring questions haha. Is there a possibility to put counter per person. So if someone want's to check how many checkins they did, they can write it in chat?
@RandomCarl37 yup, so in a separate action you would need to call that variable we made with the "get global" variable then in a chat sub action it would be something like %user% has checked in %the variable you used%. Infact it can be the exact message you used before lol
@@Rolocen Aah ok, thank you very much, I'll do it like that!
@@RandomCarl37 no worries. Let me know if you have any other questions lol
So I made the daily check in which works great. So I made another, different reward, same actions but for some reason it comes up with random numbers. (A viewer redeemed it for the first time yet it said 4 times)
@elorasingleton if it's using the same variable as the daily check in it's gonna use the number for the daily check in redeem
@elorasingleton th-cam.com/video/CY8NZ1Cp4yI/w-d-xo.htmlsi=n17xebfiryrxYCtQ this is an easy way to make a counter that keeps track but keeps them separated
@@RolocenAh okay!! Thanks!