04.01.2014, 12:15
It does work fine for me.
/command 2 4 2 6 -> (no syntax message)
/command 2 4 1 6 -> (no syntax message)
As long as you type 4 numbers is fine but the optional will fail because it should be at the end.
Let's say you type: /command 2 4 1
It will take 1 as the third parameter (the optional one) and the param4 will be empty; thus the syntax will be displayed.
/command 2 4 2 6 -> (no syntax message)
/command 2 4 1 6 -> (no syntax message)
As long as you type 4 numbers is fine but the optional will fail because it should be at the end.
Let's say you type: /command 2 4 1
It will take 1 as the third parameter (the optional one) and the param4 will be empty; thus the syntax will be displayed.