Rotate Prim

default {
    state_entry() {
        llTargetOmega(<0,0,1>,PI/4,1);
    }
}