if (Input.GetKeyDown("e") && transform.rotation.y == (int)0.0f) { gameObject.transform.Rotate(0,(int)-80,0f); } else if (In