if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,153,136);
  status.line.on();
  accept.input();
  if(v1 == 7){
  position(o0,62,167);
  v6 = 1;
  }
  draw(o0);
  show.pic();
 }

if (said("look")){
print("Its the hall to outside.");
 }

if (said("look","window")){
print ("The windows are plastic and very cool and new.");
}
if (v2 == 3){
new.room(7);

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