Platform Builder Forums
Main => Suggestions => Topic started by: McPopato on May 31, 2020, 07:28:12 PM
-
I tested both in the current release and beta, doesn't seem to be possible to do so.
It'd be pretty good to be able to compare variables to one another (correct me if I'm wrong about this, but all my experiments yielded no working result.)
I wish to create if statements that check if a variable is greater than an another variable, but this doesn't seem to work at all currently. As such I'm suggesting it to be added to 8.0
-
With further testing, it's apparently possible to compare variables to one another. But I haven't had any luck comparing game variables to one another yet.
-
Turns out I'm wrong. I could compare game variables in 8.0 successfully. Sorry for the inconvenience.
it was if game var a = [game var b].
-
one thing to note - you can check if values are:
-equal (=),
-not equal (!=),
-greater than (>),
-less than (<).
-
one thing to note - you can check if values are:
-equal (=),
-not equal (!=),
-greater than (>),
-less than (<).
-less or equal to <=
-greater or equal to >=
-
Yeah, you missed those, Giz.