Quote:
Originally posted by Snakeandy7
I'm sorry but, why does your script question it self?...
|
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
