default { state_entry() { rotation rot = llGetLocalRot(); llOwnerSay("The angle of rotation of this prim is " + (string)(2*llAcos(rot.s)) + " radians."); } }