Advertisement
Guest User

test.lua

a guest
Dec 15th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. args = {...}
  2.  
  3. arg1 = args[1]
  4.  
  5. x = 1
  6. y = 1
  7. z = 1
  8. f = 1
  9.  
  10. tasks = {}
  11. m_table = {d] = "turtle.forward()","bk" = "turtle.back()"}
  12.  
  13. local move = m_table["fd"]
  14.  
  15. if (move) then
  16.  move()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement