if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(37);
  status.line.on();
  prevent.input();
  show.pic();
}
if (isset(f5)) {
  v200 = 1;
  reset(f5);
  set(f100);
  animate.obj(o1);
  load.view(67);
  set.view(o1,67);
  set.loop(o1,0);
  position(o1,56,93);
  draw(o1);
  start.cycling(o1);
  stop.cycling(o1);
  animate.obj(o2);
  set.view(o2,67);
  set.loop(o2,1);
  set.cel(o2,0);
  position(o2,62,49);
  draw(o2);
  stop.cycling(o2);
}
if (isset(f100)) {
  v200 += 1;
}
if (v200 == 25) {
  reset(f100);
  v200 = 0;
  set(f101);
  start.cycling(o1);
}
if (isset(f101)) {
  v201 += 1;
}
if (v201 == 25) {
  reset(f101);
  v201 = 0;
  print("What a beautiful day! I could lie here forever, without a care in the "
        "world!");
  stop.cycling(o1);
  set(f102);
}
if (isset(f102)) {
  v202 += 1;
}
if (v202 == 25) {
  reset(f102);
  v202 = 0;
  set.cel(o1,1);
  stop.cycling(o1);
  set.cel(o2,1);
  stop.cycling(o2);
  set(f103);
}
if (isset(f103)) {
  v203 += 1;
}
if (v203 == 30) {
  reset(f103);
  v203 = 0;
  print("Ahh, what a lovely flower. I wish I could stay but I'd better be "
        "getting home. I have alot of work to do.");
  set.cel(o1,0);
  start.cycling(o1);
  set.cel(o2,1);
  stop.cycling(o2);
  set(f104);
}
if (isset(f104)) {
  v204 += 1;
}
if (v204 == 25) {
  reset(f104);
  v204 = 0;
  print("I'd better stop in the market for some dinner before it closes. <sigh> "
        "Why must I leave? Life's too short to spend cooking and cleaning all "
        "day.");
  print("Nevertheless, I'd better get going.");
  set.cel(o1,1);
  stop.cycling(o1);
  set.cel(o2,0);
  stop.cycling(o2);
  set(f105);
}
if (isset(f105)) {
  v205 += 1;
}
if (v205 == 30) {
  reset(f105);
  v205 = 0;
  set(f99);
  new.room(31);
}
return();

// Messages
#message 1 "What a beautiful day! I could lie here forever, without a care in the world!"
#message 2 "Ahh, what a lovely flower. I wish I could stay but I'd better be getting home. I have alot of work to do."
#message 3 "I'd better stop in the market for some dinner before it closes. <sigh> Why must I leave? Life's too short to spend cooking and cleaning all day."
#message 4 "Nevertheless, I'd better get going."