I know how to pass numbers into a message, but not strings.
So for example, let's say I has an int variable where if set to 1 that means "Green" is the player's favorite color, where if 2 it means "Blue" is the favorite.
Then I want to display a Message Box that tells you whether that variable is set to "Blue" or "Green" ... like:
"Your favorite color is currently set to: Blue"
Is this possible?