I have a variable. It increments, depending on the value I want to transition to certain states. Rather than having:
If X equals 1 go to A
If X equals 2 go to B
If X equals 3 go to A
if X equals 7 go to B
is there a way to do
If X equals 1 OR 3 go to A
If X equals 2 OR 7 go to B
?
I will have about 20 numbers for 4 different states, and need to declare it in a couple places, so trying to save headache especially for making changes later.
Date
Votes
2 comments
-
Bright Scripters You could handle the logic in a single zone, and use a second User Variable that would only hold the resulting values: A, B, C, etc...
If we could take a look at your presentation file, we might be able to provide a manageable solution.
Feel free to email it to info@brightscripters.com
-
Michael Lipton @Bright_Scripters
It is BSN.cloud content, so I don't have a local file that I can send unless there's something I am missing.
Please sign in to leave a comment.