Advertisement
Guest User

Untitled

a guest
Apr 6th, 2015
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local args, options = shell.parse(...)
  2. if options.a == true then
  3. print("Automatically detecting bedrock")
  4. elseif <how the fuck do i detect if args[1] is a number>
  5. lowerlimit = tonumber(args[1])
  6. else
  7. print("how about no")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement