Newsgroups: rec.arts.int-fiction
Path: news.duke.edu!newsgate.duke.edu!nntp-out.monmouth.com!newspeer.monmouth.com!news-was.dfn.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!portc.blue.aol.com.MISMATCH!portc01.blue.aol.com!uunet!dca.uu.net!ash.uu.net!world!buzzard
From: buzzard@world.std.com (Sean T Barrett)
Subject: Re: [Inform] LMode question
Message-ID: <GGsE3p.Ft7@world.std.com>
Date: Fri, 20 Jul 2001 19:28:37 GMT
References: <9j9sh5$8bn$1@poseidon.uni-duesseldorf.de>
Organization: The World Public Access UNIX, Brookline, MA
Lines: 12
Xref: news.duke.edu rec.arts.int-fiction:89956

J"urgen Lerch <lerchj@uni-duesseldorf.de> wrote:
>I like my games to start in Verbose mode. At the moment
>I use <LMode2> in the Initialize routine for this. Is
>there a way to get rid of the text printed by LMode2?

[ Initialise;
   ...
   lookmode = 2;
   ...
];

SeanB
