what script should i use to check if a string has been typed?
would it look something like:
var Text : String = "Level3";
function OnGui()
{
//code for identifying string here
if(Text)
{
Application.LoadLevel("Level3");
}
}
thanks
in advance!
I'm sorry young gentleman, it's very rude to ask from other programmers to write your code for you. In addition: "that's what i want, a full script on how to make a gui show up when you type the word" isn't a question but a request, you can pay someone and he/she will do it for you. Using google you can find plenty of tutorials for free, If you don't like it you can buy books on programming/Unity engine for relatively small price.
I'm sorry young gentleman, it's very rude to ask from other programmers to write your code for you.
In addition: "that's what i want, a full script on how to make a gui show up when you type the word"
isn't a question but a request, you can pay someone and he/she will do it for you.
Using google you can find plenty of tutorials for free, If you don't like it you can buy books on programming/Unity engine for relatively small price.
thanks for the link, that's all i wanted to know. just that little script in that reference link.
nah, you were right. i learned that i'm supposed to give you a script i made, and ask what i need to fix, or add. but i just needed ideas because i didnt know as much about scripting then as i do now.
thanks, that was helpful. im working on modifying the GUI functions that you can find on the unity scripting reference. and im trying to figure out how to check if a person types a certain thing in the GUI password field. like if they type "next level please" they go to "Level2".
I'm sorry young gentleman, it's very rude to ask from other programmers to write your code for you. In addition: "that's what i want, a full script on how to make a gui show up when you type the word" isn't a question but a request, you can pay someone and he/she will do it for you. Using google you can find plenty of tutorials for free, If you don't like it you can buy books on programming/Unity engine for relatively small price.
– IJMfor anyone reading this for the first time, i changed the question to tell you what i really need help with.
– anon98399972