Should be:
Code:
VECTOR* offset1 = {
    x = 0;
    y = -10;
    z = 0;
}

VECTOR* offset2 = {
    x = 0;
    y = 10;
    z = 0;
}



wink

So now that fixes my startup error, but my right camera is still in a fixed position.