if (isset(f2) &&
    v9 == 0 &&
    !isset(f4)) {
  if (said("die")) {
    load.view(1);
    set.view(o0,1);
    program.control();
    stop.motion(o0);
    v35 = 1;
  }
     }
  if ((said("examine","anyword") ||
      said("examine","anyword","anyword"))) {
    print("What? Where?");
  }
  if ((said("get","anyword") ||
      said("get","anyword","anyword"))) {
    print("You can't get that here!");
  }
  if ((said("use","anyword") ||
      said("use","anyword","anyword"))) {
    print("What do you want me to do with it?");
  }
return();

// Messages
#message 1 "You don't have it."
#message 2 "What? Where?"
#message 3 "You can't get that here!"
#message 4 "What do you want me to do with it?"