@AlCortes9
Hey Al,
I am the person who was working on the Drawfee Fan Brawl fighting game you made up for your video,
I was wondering if you would be able to send me the 3d characters you made of yourself, DeepBlueInk, and MissMisnomer so I could put them into the game please?
@RoPanuganti due to streamlabs being difficult though it needs to spam the change scence button hence why i am pressing it 10 times. It also for some reason does not work with the first scene but works fine switching from scenes 2 to 3 and back
@RoPanuganti I did a test and got this to work. It presses the scene change button on loop (A for one,B for two)
#MaxThreadsPerHotkey 2
F12::
toggle:=!toggle
While toggle{
Send, {Shift Down}aaaaaaaaaa{shift up}
Sleep 5000
Send, {Shift Down}bbbbbbbbbb{shift up}
Sleep 5000
}