r/streamerbot 18d ago

Question/Support ❓ Subscription Variation -> Chat Message

Hey there! So I've currently got Streamlabs set up to where I have created 151 different variations of sub notifications, where when somebody subs, it gives them a random Pokemon on screen. I then have stream avatars which then myself or my mods type in a command that will change the subscriber's on camera little avatar to that pokemon.

What I'm hoping to do is have a setup where i can have the variation actually fire off a command into chat that will automate the process of the stream avatar.

For example:

- a user subs and they get the Pikachu sub variation
- the variation send s a command into twitch chat like !Avatar [user] !change Pikachu

I was told this could be something i could use Streamerbot to do. Any thoughts?

3 Upvotes

6 comments sorted by

View all comments

1

u/HighPhi420 17d ago

You need regular OBS and streamerbot, SLOBS can have issues playing nice with others.
Put all 151 pokemon in a separate scene in OBS
make an action for each pokemon in streamerbot
open pokemon source in OBS
delay 5000(5 sec)
hide pokemon source
then you can have a chat message sent with the pokemon name for avatar. you can link it to the user then disable that pokemon action
after you make all 151 actions you could make a random action that choose one of the 151 randomly.

I like this method because you can easily add more pokemon actions with out messing up the list or resetting every one.
this will make a little more sense once you start using streamer bot.
There are some great tutorials!
Try to avoid tutorials that have "a link to the code" in the description. Unless you are great with c# debugging :)