Im having a problem while changing the color of a bng.
The abstraction works if the first bank is selected with no errors. But when any other bank is selected I get the errors thrown in the screen cap. The odd thing is I can set the label just fine but when it comes to the color I cant figure out how to get this to work.
I originally thought the bug was happening because of how the banks are selected but that is not the case. The reason I came to that conclusion is the labels are being set correctly no matter what bank is selected and both the color and label are being triggered from the same float.
So for some reason
[;
$1-patternbtn-recv color 21/
is acting like a object. Or as obviously stated in the console the object can not be found. is there a different way to send the color change other then this method?
One thing I know for sure if i disconnect the [; $1-patternbtn-recv 21/ message and OBSBSelectorActiveBtnColorChange abstraction all of the errors go away.
I have to mention this is part of a cloned abstraction provided in case the issue stems from here I'm not sure.