Especially this part:
elseif key == 28 then
links()
end
end
-- Links
function links()
if currentY == 14 then
shell.run("login")
elseif currentY == 15 then
shell.run("register")
elseif currentY == 16 then
os.shutdown()
end
Im trying to make it able to open programs but I can't get it to work :/
Full code:
Spoiler











