if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,90,120);
  v6 = 5;
  status.line.on();
  accept.input();
  set.horizon(108);
  if(v1 == 15){
   position(o0,90,156);
  v6 = 1;
  status.line.on();
  accept.input();
  }
   if(v1 == 14){
   position(o0,149,140);
  v6 = 7;
  status.line.on();
  accept.input();
   }
   if(v1 == 16){
   position(o0,20,138);
  v6 = 3;
  status.line.on();
  accept.input();
  }
  draw(o0);
  show.pic();
 }
 if(said("look")){
 print ("This is just an corridor.There is the cleaning room.");
 }
 if (v2 == 1){
 new.room(3);
  }
 if (v2 == 3){
 new.room(15);
   }
 if (v2 == 2){
 new.room(14);
    }
 if (v2 == 4){
 new.room(16);


 }
return();