if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(37);
  show.pic();
}
if (isset(f5)) {
  reset(f5);
  animate.obj(o1);
  load.view(41);
  set.view(o1,41);
  position(o1,90,135);
  draw(o1);
  start.cycling(o1);
}
if (isset(f98)) {
  reset(f98);
  set(f100);
}
if (isset(f100)) {
  v200 += 1;
}
if (v200 == 30) {
  reset(f100);
  v200 = 0;
  print("This is Caitlin, eighteen years old and full of life and energy. Her "
        "great adventure, unbeknowning to her, is about to begin.");
  set(f101);
}
if (isset(f101)) {
  v201 += 1;
}
if (v201 == 30) {
  reset(f101);
  v201 = 0;
  new.room(21);
}
if (isset(f99)) {
  reset(f99);
  animate.obj(o1);
  load.view(41);
  set.view(o1,41);
  position(o1,90,135);
  draw(o1);
  start.cycling(o1);
  set(f120);
}
if (isset(f120)) {
  v220 += 1;
}
if (v220 == 30) {
  reset(f120);
  v220 = 0;
  erase(o1);
  animate.obj(o1);
  load.view(0);
  set.view(o1,0);
  set.loop(o1,1);
  position(o1,90,135);
  draw(o1);
  start.cycling(o1);
  move.obj(o1,90,150,1,f102);
}
if (isset(f102)) {
  reset(f102);
  move.obj(o1,1,150,1,f103);
}
if (isset(f103)) {
  reset(f103);
  print("Off Caitlin goes from her few moments from the real world, seemingly "
        "back to the drudgery of daily life.");
  set(f99);
  new.room(18);
}
 animate.obj(o5);
load.view(149);
set.view(o5,149);
set.loop(o5,0);
position(o5,122,94);
ignore.objs(o5);
draw(o5);
start.cycling(o5);
animate.obj(o2);
set.view(o2,149);
set.loop(o2,1);
position(o2,135,130);
ignore.objs(o2);
draw(o2);
start.cycling(o2);
animate.obj(o3);
load.view(58);
set.view(o3,58);
set.loop(o3,3);
set.priority(o3,15);
position(o3,130,37);
ignore.horizon(o3);
draw(o3);
start.cycling(o3);
animate.obj(o4);
load.view(59);
set.view(o4,59);
set.loop(o4,0);
set.priority(o4,15);
position(o4,57,49);
ignore.horizon(o4);
draw(o4);
start.cycling(o4);
return();

// Messages
#message 1 "This is Caitlin, seventeen years old and full of life and energy. Her great adventure, unbeknowning to her, is about to begin."
#message 2 "Off Caitlin goes from her few moments from the real world, seemingly back to the drudgery of daily life."
#message 3 "This is Caitlin, eighteen years old and full of life and energy. Her great adventure, unbeknowning to her, is about to begin."