viewtopic.php?p=32097#p32097
This script looks like a multiple choice for user input.
Is there a way to enable to user to type in a complete word as a password?
I know how to enable user input, but how would I do it for say "Password"?
I'm thinking something like this, but I was hoping someone with more scripting experience might help.
Is there something like this available in the current engine?
Code: Select all
function passwordCheck()
a = "question"
if x == nil then
x = password
text1:setWallText(a.."--")
enableUserInput()
i = "userkeyboardinput"
if x == i then
passdoor:open()
else end
end
end
