Alrighty, I haven't been using this script for long, but I think I'm getting used to it's features.
However, I've run into a bit of a wall here. I'll try to explain.
I've got a combined choice branch, with exactly 11 choices. Depending one which you select, it will disable the choice, and reopen the choice branch to select another.
The above is an example of one of the 4 Choice commands.
Now, onto the issue.
Let's assume i select choice 1. This will set a variable, and turn switch 281 ON; Disabling choice 1.
I check my variables, and the correct variable has been set.
I select choice 2. The same as above happens. The command disappears, and the proper variable is set to 1.
I open the box for a third time, currently, choice 1 and 2 are gone, as they are supposed to be.
I select choice 5. The
wrong switch and variable are set. The variable for choice 4 is set instead.
Further testing showed that it continued in this pattern. Disabling the wrong command, and setting the wrong variable. What i assumed, was that the ID of the next choice command was being used for the selection. As in, selecting choice 5 used the contents of choice 4, instead.
I've used several other commands that I thought
might conflict, and cause this error. As well as setting the box's column count to 4, and row count to 3.
Even removing these commands didn't solve it, so I've come to the natural conclusion, that it is a script error.
I'm apologize for the messy post, I seem to lose track of what I've covered when making these things.
I'm really not sure what other information may be important. I'd appreciate some clarification, or assistance.