MatthiGamer

[WIP] Mining Turtle Fill <x> <y> <depth>

Jun 2nd, 2021 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. -- simple fill program
  2. local tArgs = {...}
  3.  
  4. --ArgumentException
  5. if (#tArgs ~= 3)
  6.     print("ArgumentException: There are too few or too much arguments.")
  7.     print("Call: <MethodName> <x> <y> <depth>")
  8.  
Add Comment
Please, Sign In to add comment