Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args, options = shell.parse(...)
- if options.a == true then
- print("Automatically detecting bedrock")
- elseif <how the fuck do i detect if args[1] is a number>
- lowerlimit = tonumber(args[1])
- else
- print("how about no")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement