Posted 13 April 2016 - 04:41 PM
TNTAPI - http://www.computercraft.info/forums2/index.php?/topic/26474-tntapi-02-alpha/
Hello, I was wondering how to save a input inside of a file. This is my code so far.
Thanks,
Nolan
Hello, I was wondering how to save a input inside of a file. This is my code so far.
os.loadAPI("tntapi")
tntapi.setScreen(1,4,colors.white,colors.black)
tntapi.easyText("Enter New Password",1,1,1)
password = io.read()
-- Save Password Here
Thanks,
Nolan