Advertisement
jwhtlw45

Elevator (Basic)

Nov 23rd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. print('Enter Elevation Level')
  2. input=read()
  3.  
  4. for i=0,input,1 do
  5.     turtle.up()
  6. end
  7.  
  8. print('')
  9. print('Destination Reached')
  10. print('')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement