if (isset(f5)) {
  v255 = 254;
  load.pic(v255);
  draw.pic(v255);
  discard.pic(v255);
  set.horizon(1);
  prevent.input();
  program.control();
  show.pic();
  load.sound(1);
  sound(1,f254);
}
print("John Mordred has set out to release the town of Memory from its awful curse.");
print("And now it turns out that someone is murdering the helpless citizens, thereby feeding the legions of the dead.");
print("But why?");
print("Just one more mystery for Mordred to solve.");
print("To be continued...");
quit(0);


return();