I use the Prof Solgy bot for my viewers and I want to have a fun minigame from my streamerbot where the user can redeem “Draw a tarot card” for a chance to get more ultraballs for the bot.
Ideally, I would think that this as a general extension could be fun!
This is what I have in mind:
So clearly there is a number corresponding to each tarot card that would work.
If [#] then [card] with a message stating that they got the reward/nothing
Would this be possible? Or does someone have the knowledge to code this?
good idea as far as the card part wouldn’t be to hard the bu not sure about the other part never used it might look into it to see what i can come up with for fun
at this point I’d just love a random tarot card draw x3
I was trying to come up with a fun idea for a pokemon bot but now I’m like “okay that was intense”
A VERY long winded way to go about this. Its not Elegant, its not pretty, but here are my ideas! -
Trigger - Channel Redeem
Sub Actions -
Get Random Number 0 - 21
Then a huge string of If/Else statements - Example
If / Else %randomnumber% Equals 0
OBS Studio Source Visibility State (Scene - Tarot Redeem Scene | Source - The Fool) Visible.
Channel Message - (X draws The Fool!)
Get Global Variable - (Whatever You want to add too here)
Set Global Variable Increment - (%randomnumber%)
Delay (XXXXms)
OBS Studio Source Visibility State (Scene - Tarot Redeem Scene | Source - The Fool) Hidden.
Copy and paste this 20 times and put it in the false or outside of it and change the numbers.
Then in OBS you can add all the cards to one scene and use the Right Click Transition settings on each of the card images (OBS Move would probably be a good plugin to add here!).
You could add sounds or effects under the cards and reveal that along side it and stuff too, whatever you can think of!