Open PCG06 opened 1 month ago
This is actually not a bug--Poryscript has always worked this way with var
comparisons. Lowercase true
only works with flag
and defeated
.
There may be an argument to automatically detect true/false
and handled them gracefully, though. I'll re-purpose this issue to handle that. I'm surprised nobody has ever complained about this.
This is actually not a bug--Poryscript has always worked this way with
var
comparisons. Lowercasetrue
only works withflag
anddefeated
.There may be an argument to automatically detect
true/false
and handled them gracefully, though. I'll re-purpose this issue to handle that. I'm surprised nobody has ever complained about this.
My bad! I thought true
also worked for vars!
Title.
I created a new macro and added its case to AutoVar, and then used it in my pory script. But it gave me an error because of
== true
.Error if used
== true
: