Newsgroups: rec.arts.int-fiction
Path: nntp.gmd.de!Dortmund.Germany.EU.net!Germany.EU.net!howland.reston.ans.net!vixen.cso.uiuc.edu!usenet.ucs.indiana.edu!news.cs.indiana.edu!shulick@strawberry.ucs.indiana.edu
From: "Sam Hulick" <shulick@strawberry.ucs.indiana.edu>
Subject: Inform: list_together not working
Message-ID: <1995Oct2.110729.11148@news.cs.indiana.edu>
Organization: Vallen Software
Date: Mon, 2 Oct 1995 11:07:21 -0500
Lines: 42


What am I doing wrong here?

Constant Story "LISTING TEST";
Constant Headline "^A test.^";

Include "parser";
Include "verblib";

Object roomzero "Room Zero"
 with  description "Just a room."
 has   light;

Nearby fly "fly"
 with  name "fly",
       description "What a pest.",
       list_together "bugs";

Nearby ant "ant"
 with  article "an",
       name "ant",
       description "I hate ants.",
       list_together "bugs";

Nearby spider "spider"
 with  name "spider",
       description "Spiders are the worst!",
       list_together "bugs";

[ Initialise;
   location = roomzero;
   "^^^^^Just a test...^^";
];

Include "grammar";
end;

-- 
--- Sam Hulick ------------- shulick@indiana.edu ---------------------
Systems Consultant        | Homepage:
Indiana College Placement |    http://copper.ucs.indiana.edu/~shulick/
  and Assessment Center   | PGP public key available on request
