Advertisement
pedrosgali

Mine

Dec 23rd, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. os.loadAPI("API/move")
  2.  
  3. tArgs = {...}
  4.  
  5. filename = tArgs[1]
  6. length = tonumber(tArgs[2])
  7. width = tonumber(tArgs[3])
  8. height = tonumber(tArgs[4])
  9. depth = tonumber(tArgs[5])
  10.  
  11. shell.run("travel "..filename)
  12. move.digRoom(length, width, height, depth, "right")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement