Advertisement
rungholt

tforwardcli

Nov 29th, 2022
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local args = {...}
  2.     times = args[1]
  3.         for i = 1, times do
  4.         turtle.forward()
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement