Advertisement
Guest User

Untitled

a guest
May 5th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. if #tArgs ~= 2 and #tArgs ~= 3 then
  2.         if #tArgs == 1 and tostring( tArgs[1] ) == "help" then
  3.                 print( "By sky01" )
  4.     print( "Usage: ")
  5.                 print( "stairmine <width> <depth> <torches?>" )
  6.                 print( "  <width> is the width of the tunnel." )
  7.                 print( "  <depth> is how deep the turtle" )
  8.                 print( "  should mine ")
  9.                 print( "  <torches?> if "true" will place torches" )
  10.                 print( "  from Slot 16. "false" by default" )
  11.                 return
  12.         else
  13.         print( "Usage: " )
  14.         print( "  stairmine <width> <depth> <torches?>" )
  15.         print( "  stairmine help" )
  16.         return
  17.         end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement