Advertisement
Guest User

mainProg

a guest
Apr 24th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. shell.run("clear")
  2. rednet.open("back")
  3. print("Type in a function you want the turtle to perform or type help for options").setTextColor(colors.green)
  4.  
  5. input = read()
  6.  
  7. if input == "help" then
  8.   print("cube - will mine out a customizable cuboid")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement