Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function
- local arglength = table.getn(arg)
- local legth = 1
- local width = 1
- local heigth = 3
- if arglength > 0 then
- legth = arg[0]
- if arglength > 1 then
- width = arg[1]
- if arglength > 2 then
- heigth = arg[2]
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement