Posted 24 August 2012 - 01:57 PM
Well I have a Problem with a login in a program, what I did wrong. Please help my.
term.setCursorPos(15,7)
print"Username: "
term.setCursorPos(15,8)
print"Passwort: "
term.setCursorPos(25,7)
a = io.read()
term.setCursorPos(25,8)
b = io.read()
c=fs.exists(a)
if c=="true" then
shell.run("main")
elseif c == "false" then
sleep(1)
shell.run("false")
end