I have it so when the user presses enter, it runs this:
- Code: Select all
if (passinput.text == "password")
{
...
}
I thought this would work, but it didn't.
I also tried this, which is how you do it in most programming languages:
- Code: Select all
if (passinput$ == "password")
{
...
}
so... anyone know how to do this *cough* *sgtsparky* *cough* *makslane* *cough*