Advertisement
Guest User

main

a guest
Mar 1st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. os.loadAPI("api_location")
  2. os.loadAPI("api_dock")
  3. os.loadAPI("api_mine")
  4.  
  5. complete = false
  6.  
  7. while not complete do
  8.   api_location.deploy(0)
  9.   complete = api_mine.digShaft()
  10.  
  11.   api_location.dock()
  12.   api_dock.store()
  13.   api_dock.refuel()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement