Search the Community
Showing results for tags 'variable'.
-
Hi everyone! I just started learning how to script in LSL and I've got a little script now by using the web and the wiki. However, there's a tiny thing that I can't find: I want to set a float variable (let's say its called "cat" from 0.0 to 1.0 by using an "if" command). so in my noobbrain it would look like: if(channel == 0) { cat = 1) } However, this doesn't work. How would I make this work properly? Thank you very much for your time!