Comparing Variables

There seems to be a problem here? If you try: other → compare two expressions to see if variable x > y, it doesn’t work?
And if you check Variables → Global variable, GlobalVariable(x) > GlobalVariable(y) in the global variables options, this doesn’t seem to work either… How does one compare two integers?

Use conditions related to variables ( Category : “Variables” ) instead of the condition to compare two expressions :

Conditions : Variable Life is > Variable(MinimalLife) Actions : ...

For objects’ variables, you need to use conditions related to objects’ variables ( Category : “All objects > Variables” ).

Conditions : Variable Life of MyObject is > MyOtherObject.Variable(MinimalLife) Actions : ...

Nevertheless, the condition for comparing two expressions should normally work with scene/global variables.