for (i = 0, i<a_number, i++) { //Replace with while(1) { for infinite loop light.angles += (x, z, y); //(I think it's x z y. Wish it were x y z but the order is different in radiant. sucks to be me) wait(0.1) //I think the min wait time is around 0.5... 0.1 for me didn't seem to work with a different project. }
I think this is more correct, also usually variable names aren't capitalized only function names, but this varies greatly language to language.
Last Edit: February 02, 2017, 12:08:40 am by MegaMech43