if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(37);
  load.view(6);
  set.view(o1,6);
  set.cel(o1,0);
  animate.obj(o1);
  position(o1,16,107);
  draw(o1);
  stop.cycling(o1);
  if(v1 == 2){
  position(o0,23,111);
  v6 = 5;
    status.line.on();
    accept.input();
    }
      if(v1 == 12){
  position(o0,128,162);
  v6 = 1;
    status.line.on();
    accept.input();
       }
      if(v1 == 10){
  position(o0,155,132);
  v6 = 7;
    status.line.on();
    accept.input();
  }
  draw(o0);
  show.pic();
  }
  if (said("look")){
  print ("There are some wanted posters next to your door."
   "There are men and women dressing room's.");
  }
  if (said("look","poster")){
  print ("It's the wanted poster for Al Pond and the reward is 100 000$."
  "The poster say's something about the X-Files.I wonder whats that?");

 }
 if (said("look","ceiling")){
print("Its a pretty empty ceiling.There isn't a single lamp in the ceiling.");
 }
 if (said("look","floor")){
 print ("Its a very dirty one.");
 }
 if (said("open","door")){
 if (posn(o0,14,108,29,115)){
 print ("You got it!");
 end.of.loop(o1,f30);
 return();
 }
 print ("You're not close enough.");
 }
 if (isset(f30)){
 reset(f30);
 new.room(2);
 }
 if(v2 == 4){
 new.room(6);
 }
 if(v2 == 3){
 new.room(12);
   }
 if(v2 == 2){
 new.room(10);

  }
  return();