Sha256: ed1635a69553f82e05cc2f653f60fed623d51479d5f8f07b7f5d08029bf0c541

Contents?: true

Size: 1.8 KB

Versions: 50

Compression:

Stored size: 1.8 KB

Contents

# IFM Map for "So Far" by Andrew Plotkin
# Based on Release 6 / Serial number 961218
#
# This file writen by Dave Chapeskie <dchapes@ddm.crosswinds.net>
#
# $Id: SoFar.ifm,v 1.1 2003/01/11 20:28:03 dchapes Exp $
#

# Mark the starting location
room_border_width = 2 in style Start;

title "So Far";

########################################################################
map "Theater";

room "Lower Theater"		style Start start;
  task "watch play"		cmd "z" 12 tag watch_play;

room "Theater Near Aisle"	dir w after watch_play;

room "Lower Aisle"		dir w;

room "Halfway Up Aisle"		dir s;
  task "feel air";

room "Upper Aisle"		dir s;

room "Theater Portico"		dir s exit s;

room "West Portico"		dir w;
  task "feel air";
  task "listen"			cmd "listen" 2 follow last;
  task "x sky"			follow last;
  task "x shrubs"		tag X_shrubs follow last;
  task "x doorway"		follow last;

room "Theater Hall, South"	dir n style special;

room "Theater Hall, North"	dir n exit n;

room "Theater Storage"		tag Storage dir w;
  item "cabinet";
  task "open cabinet"		note "reveals wooden box";
  item "wooden box"		hidden;
  task "look behind the cabinet"	tag LB_cabinet note "reveals shadow";

########################################################################
map "Road";

room "Abandoned Road"		tag Abandoned_Road;
  join Storage to Abandoned_Road cmd "enter shadow" oneway after LB_cabinet;

room "Abandoned Road, at Chimney"	tag Chimney dir n;
  item "brick";
  task "x chimney"		tag X_chimney;

########################################################################
map "Field";

room "Field Behind Platform"	tag Field;
  join Chimney to Field cmd "enter shadow" after X_chimney;
  item "hay";
  task "x bales";

room "On the Platform"		dir w;

room "Dusty Yard"		dir sw;

# Not required, just makes the generated walkthrough nicer

# EOF

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
ifmapper-2.3.0 maps/SoFar.ifm
ifmapper-2.2.9 maps/SoFar.ifm
ifmapper-2.2.8 maps/SoFar.ifm
ifmapper-2.2.7 maps/SoFar.ifm
ifmapper-2.2.5 maps/SoFar.ifm
ifmapper-2.2.4 maps/SoFar.ifm
ifmapper-2.2.3 maps/SoFar.ifm
ifmapper-2.2.2 maps/SoFar.ifm
ifmapper-2.2.1 maps/SoFar.ifm
ifmapper-2.2.0 maps/SoFar.ifm
ifmapper-2.0.9 maps/SoFar.ifm
ifmapper-2.0.8 maps/SoFar.ifm
ifmapper-2.0.7 maps/SoFar.ifm
ifmapper-2.0.6 maps/SoFar.ifm
ifmapper-2.0.4 maps/SoFar.ifm
ifmapper-1.3.1 maps/SoFar.ifm
ifmapper-1.3.0 maps/SoFar.ifm
ifmapper-1.2.9 maps/SoFar.ifm
ifmapper-1.2.8 maps/SoFar.ifm
ifmapper-1.2.6 maps/SoFar.ifm