if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(75);
  position(o0,79,83);
  status.line.on();
  accept.input();
  load.view(9);
  set.view(o1,9);
  animate.obj(o1);
  position(o1,80,130);
  draw(o1);
  wander(o1);
  v6 = 5;
  position(o0,80,158);
  v6 = 1;
  status.line.on();
  accept.input();
  draw(o0);
  show.pic();
  }
  if (said("talk","man")){
  if(v40 == 5){
  print("Mulder: Go Go Go! What are you waiting for?");
  return();
  }
  print ("Ed: Hello Mulder.");
  print ("Mulder: What do you want.");
  print ("Ed: I have heard that you need a map of this building.");
  print ("Mulder: Yeah can you get me one.");
  print ("Ed: Yeah I'll be right back.");
  v40 = 5;

  }
  if (said("give","map")){
  if(has("map")){
  drop("map");
  print("Mulder: Thanks I'll make you a copy from it.");
  print("Ed: Ok.");
  print("Mulder: Sorry but the copy machine doesn't work.");
  print("Ed: just give the original map.");
  print("Mulder: OK!OOOOOOOOOPS.");
  print("The paper flew to the air conditioner.");
  print("Ed: Now it's my job to get it back.");
  return();
  }
  Print("You don't have it.");


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

}
return();