You would need to specifiy the parameters when you declare the command.
command "setWhite1Level"
should be something like
command "setWhite1Level", ["NUMBER"], ["NUMBER"]
See patrick's post here for more options:
You would need to specifiy the parameters when you declare the command.
command "setWhite1Level"
should be something like
command "setWhite1Level", ["NUMBER"], ["NUMBER"]
See patrick's post here for more options: