I'm probably an idiot, but, I can't get the new Select command to return anything but NULL (which is really bad, considering it's supposed to return an int, shouldn't it be returning 0 all the time?
Anyway, I've tried:
/echo ${Select[3,1,2,3]}
echos NULL
and:
/echo ${Select["test","this","should","return","5","test"]}
echos NULL
so, anyone care to give an example that DOESN'T return NULL, so I can actually see what I'm doing wrong?
And no, there is nothing in the wiki about ${select[]} and a search for select[ on the forums returns people trying (unsuccessfully) to use select.
Well wiki didn't, until I added this:
http://www.macroquest2.com/wiki/index.p ... ype:select