Code: http://pastebin.com/VbzaRCbf
Help is appreciated.
Thanks!
Edited by grand_mind1, 29 January 2014 - 07:04 PM.
Posted 29 January 2014 - 12:51 AM
Edited by grand_mind1, 29 January 2014 - 07:04 PM.
Posted 29 January 2014 - 07:37 AM
Edited by Buho, 29 January 2014 - 07:38 AM.
Posted 29 January 2014 - 08:11 AM
repeat
term.clear()
term.setCursorPos(1,1)
print("A settings file was found.")
print("Would you like to load it?(Y/N): ")
load = read()
load = string.lower(load)
print("-->"..load.."<--") -- formatted to see exactly what load is
if load == "y" then
useSettings = true
continue = true
elseif load == "n" then
useSettings = false
continue = true
else
continue = false
invalid()
end
until continue
Edited by surferpup, 29 January 2014 - 08:19 AM.
Posted 29 January 2014 - 02:14 PM
-->y<--This just adds to the confusion because this shows no extra characters.
Edited by grand_mind1, 29 January 2014 - 02:15 PM.
Posted 29 January 2014 - 06:46 PM
Edited by grand_mind1, 29 January 2014 - 06:54 PM.
Posted 29 January 2014 - 10:03 PM
0 members, 2 guests, 0 anonymous users