I dont get it #777
Replies: 2 comments
-
nah, but thinking about it, it would still always run the if macro if they were separate, so I don't know what im doing here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Figured it out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to make my macro a little smarter, but im too dumb to figure it out.
I have these 3 video scenes, due to plugin (not adv-ss) limitations and errors the writer
was honest about being to lazy to fix anytime soon... I reworked everything to be 1 scene
that gets mirrored to the 3 others, and use a macro to change the playlist on the main
scene whenever that scene/source is toggled visible (using something else to make only
1 of the 3 is visible at a time)
its basically sceneX is visible - change source settings to XYZ... (this ALWAYS resets the playlist though
so I was trying to figure out how to do below)
how would I make this check if the settings ARE XYZ already, if yes do nothing, if no change to XYZ
I have very limited JS knowledge and no other programing knowledge so its a bit of a struggle,
Ive seen if and if not (do this, do this if different) but I cant figure out how it works in here with
the ands ors etc. I see if not under if, but I guess you would have to do 2 completely different
macros to use both statements?
Beta Was this translation helpful? Give feedback.
All reactions