Hello, I am newbie in Arduino and I try to make a robot commended by bluetooth

void loop(){

x == 0;

Pointless.

  if(inputString == "h"){
      x == 1;
    }

Ditto