Prim Rotator

//Prim Rotator
default 
{ 
    state_entry() 
    { 
       llTargetOmega(<0,0,1>,0.2,1.0); 
    } 
 
}