Case insensitive? in Developer Help
|
|
I'm making a game where if you type certain commands, certain things happen. For example, you type "Silence" and someone is muted. How do I make this case insensitive? I don't want to have to type out every combination of capitals and lowercased letters.
|
findtext() is case insensitive, and should probably be used for a system like this.