Number variables and Boolean
Posted: Wed Apr 09, 2025 4:19 pm
Hello! I'm curious on how I would set a Boolean from to true or false based on a number value. Basically, keeping score. For example, if
Variable["Points"] = Variable["Points"] + 5
If the player does not meet the required X number of points, then they do not pass and cannot move on.
Variable["Points"] = Variable["Points"] + 5
If the player does not meet the required X number of points, then they do not pass and cannot move on.