if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,85,159);
  v6 = 1;
  load.view(8);
  set.view(o1,8);
  animate.obj(o1);
  position(o1,80,130);
  draw(o1);
  wander(o1);
  status.line.on();
  accept.input();
  draw(o0);
  show.pic();

  }
  if (said("look")){
  print ("It's Scully's office its a very nice one.");

  }
  if (said("talk","woman")){
  if(v41 == 5){
  print("Scully: What do you wan't now.");
  return();
  }
  print ("Ed: Hello Scully.");
  print ("Scully: Hello.");
  print ("Ed: Mulder wanted a map.I have heard that you have one.");
  print ("Scully: Yeah I have it right here.");
  print ("Ed: Ok give it to me.");
  print ("Scully: I need something in return.");
  v41 = 5;

  }
  if (said("give","pen")){
  if (has("pen")){
  print("Scully: Ok here is the map.");
  print("Ed: Thank's.");
  get("map");
  return();
  }
  print("You don't have it.");

  }
  if(v2 == 3){
  new.room(7);








}
return();