Hi I have a question about responding to text inputs. What I want to have done is depending on the text inputted it will update a certain variable. Thanks
-Joshua
if(enTxt = "Have a nice day")
{
xp = xp +10
}if (enTxt == "Have a nice day")
if ("Have a nice day".equals(enTxt))