Here's what I'm trying to do: If one variable, let's call it ... "hunger" is greater than another variable, "food", then specific text will display, like "you've eaten all your candy, but your stomach is still growling." Of course, if "food" is greater than "hunger" I'd want different text to display, like "You've eaten half of your candy and you're so full, you can't eat another bite."
I already know how to make text display with specific amounts of variables, or > / < a certain number of a certain variable, but I haven't been able to get "if variable1 is greater than variable2" to work and, if I missed the article on it, feel free to just link me so I'll be out of your hair. xD
(Sorry for asking something so basic, I'm just still not very good at this.)