I'm trying to make a custom command take two parameters in this fashion:
Code: Select all
command twoParams pOne, pTwo
-- do things with pOne and pTwo
end command
I'm using LC8DP16 on OSX Yosemite (RC1 still downloading, didn't try yet).
Edit: thanks!