PROTO NetworkMFRotation [ eventIn MFRotation set_value eventOut MFRotation value_changed eventIn MFRotation value_fromnet eventOut MFRotation value_tonet exposedField SFString tag "" exposedField SFBool pilotOnly TRUE field SFBool localCopy TRUE exposedField SFBool echo TRUE exposedField SFBool cont FALSE ] { Script { eventIn MFRotation InSc IS set_value eventOut MFRotation OutSc IS value_changed eventIn MFRotation netInSc IS value_fromnet eventOut MFRotation netOutSc IS value_tonet field SFBool local IS localCopy directOutput TRUE mustEvaluate TRUE url "javascript: function InSc(value) { netOutSc = value; if( local == true ) OutSc = value; } function netInSc(value) { OutSc = value; } " } }