Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if theme == "default" then
- if rednetType == "HTTP" then
- print("http://" ..currentURL)
- elseif rednetType == "rnet" then
- print("rnet://" ..currentURL)
- else
- print("rdnt://" ..currentURL)
- end
- for i=1,x do
- term.setCursorPos(i,2)
- write("-")
- end
- term.setCursorPos(1,3)
- elseif theme == "old" then
- cPrint("Rednet Explorer")
- if rednetType == "HTTP" then
- cPrint("http://" ..currentURL )
- elseif rednetType == "rnet" then
- cPrint("rnet://" ..currentURL )
- else
- cPrint("rdnt://" ..currentURL)
- end
- term.setCursorPos(1,4)
- elseif theme == "edit" then
- term.setCursorPos(1,y)
- write("Press CTRL to access menu")
- end
Advertisement
Add Comment
Please, Sign In to add comment