Re: Inform--I need help


31 Jul 1995 14:05:46 GMT

Robert A. DeLisle <rad@crl.com> wrote:
> My next problem is making the player change rooms unexpectedly.

Use the `PlayerTo' function. Call it like:

PlayerTo(dest,0) if you want a <Look> action to be generated (that
is, if you want a short description if the player
has been there before).

PlayerTo(dest,1) if you want no text to be printed (but you do want
light to be adjusted, floating objects moved etc).

PlayerTo(dest,2) if you want a long room description to be printed.

--
Gareth Rees