I'm saying that I don't think AGS allows you to do something like:
Code: ags
I've seen it most commonly in C++, and what it means is store VALUE in the VARIABLE first, then check if VARIABLE is zero or non-zero.
Like I said though, I don't think AGS allows that due to its potentially confusing syntax.
if (variable = value) { } // note the ASSIGNMENT rather than comparison
I've seen it most commonly in C++, and what it means is store VALUE in the VARIABLE first, then check if VARIABLE is zero or non-zero.
Like I said though, I don't think AGS allows that due to its potentially confusing syntax.