This line flips the object 180 degrees top/bottom
P 31; B 20266; { 0x2002; 0; -80000; 180000; 0.500000; 0.000000; 0.000000; 1.000000; -1; -1; } // 0
And this line turns the object so that is is facing 180 degrees front/back.
P 31; B 20266; { 0x2002; 0; -80000; 180000; 0.500000; 0.000000; 1.000000; 0.000000; -1; -1; } // 0

How do I put both transformations into one line.