Using Multiple Argument Functions?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

Symmetryc

New Member
Jul 29, 2019
317
0
0
I've been having some trouble with functions with variable amounts of arguments. I've looked it up and I've just found how to make them, which I already know, but what I don't know is how to use them. Whenever I put a space between the arguments like this:

thing(a b c d)

I get an error, but when I use

thing(a, b, c, d)

It works, but it regards the commas as part of arguments. Help would be greatly appreciated, thanks!