proto goalkeeper


  
  PROTO GoalKeeper [
               exposedField SFVec3f translation 0 0 0
               exposedField SFRotation rotation 0 1 0 0
               exposedField SFInt32 gesture 0 
  ]{
  Transform { translation IS translation
                  rotation IS rotation
          children [ avatar-sport {
  avatarSize[ 0.25 1.7500]
  isAvatar TRUE
  ##gestureNames ["","Likes jim","Agrees jim","Smiles jim","Frowns jim","Disagrees jim","No likes jim","Good by lil","Superzen lil","Rire jim"]
   rotation 0 1 0 0
  whichChoice 0
  gesture IS gesture
  isOver FALSE
  touchTime 0
  ##position  0 0 0
  ##isPilot FALSE
  ##nickname "goalKeeper"
  
  }
  ]
  }} # end of proto GoalKeeper