Quote:
Originally Posted by EQAditu
With how finicky the UI script parser is with doing multiple things in a single statement, I almost never try anymore.
If you can do something like:
result = bool1 ? val1 : bool2 ? val2 : bool3 ? val3 : bool4 ? val4 : badresult
... it's news to me.
|
You cannot. But you can still put several statements on one line (right to left) if you are so inclined.