Quote:
Originally posted by Snakeandy7
I'm sorry but, why does your script question it self?...
|
As below an operand its realy good to use in some situations but can be easily messed up if you dont know what your doing.
Quote:
Originally posted by Dach
its an operand (one of them), basically a quicker way of doing an if else type thing
myvar = (flag? valueiftrue : vlaueiffalse)
and I guess you can layer them... never tried that
|
Yep you can layer them and it does it in order so it can be very helpfull, also if there is no value for false it doesnt set it to anything so it makes it even more helpfull