Need something to return certain parameters of a return... like
parm(2-,#c) would return the second word and on of the players chat text..
parm(2,#c) return the second word alone,
parm(2-3,#c) would show the 2nd & 3rd words, etc.
I know theres already ways to do it with loops & stuff.. but that is annoying in a way

just suggesting a simpler way to do it.
Also... left(2,parm(3,#c)) could show the first 2 letters of the third word in chat text, right() the opposite.. you get the idea :-)