So i'm using it to work with lighting effects and here is what i'm using:
llSetPrimitiveParams(PRIM_GLOW, ALL_SIDES,1);
llSetPrimitiveParams(PRIM_FULLBRIGHT,ALL_SIDES, TRUE);
and i'm getting Function call mismatches type or number of arguments.
i'm sure theres a really simple reason for why I cant make this work but i've been looking at the lsl wiki and adding numbers and changing things but to no avail. help?
while we're here i'm also trying to make it cycle through commands as i touch it, if anyone has a method other then using 'if' and 'else' that'd be cool.