I have a script with a few IF arguments that use O.
I also have set O.MAX AND O.WRAP on the I page.
Should one really only have O once on a script? Am I confusing things by having it in multiple IF arguments? Would it be better to have it counting in it’s own Script, and then assign it to a variable for use in the other arguments?
As it is, I’m getting inconsistent readings from it. Sometimes the arguments work as expected, sometimes they don’t.
When I manually read O, it’s counting up and wrapping, but the arguments just kind of get stuck…
What’s the best way to use O?