Code: Select all
{
type = flasher;
size = 30;
colors = ("1,1,1,1","1,1,1,1","1,1,1,1");
frequency = 1;
phase = -10;
position =(-55.161,449.19,1201.008);
}
Now before i go post it as a bug, is it me that is setting up the array wrong ?
Cheers Frame...
EDIT
Found my error, been starring at it for an hour, and just after the post i saw it
Code: Select all
colors = ("1,1,1,1","1,1,1,1","1,1,1,1");
Code: Select all
colors = ("1 1 1 1","1 1 1 1","1 1 1 1");