Advertisement
Barrazal

startup

Feb 6th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print ("Fuel : "..turtle.getFuelLevel())
  4. print ("Label: "..os.getComputerLabel())
  5. print ("ID   : "..os.getComputerID())
  6. print "Owner: Senti"
  7. os.loadAPI("move", "move")
  8. if peripheral.getType("right") == "modem" then
  9.    move.printlocation()
  10.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement