Re: Inform: How to make a drink retusable after having been drank?


09 Sep 1995 13:05:51 GMT

Dwight or Dawn McDowell <dmcd@teleport.com> falls for the canonical
`learning to use Inform' difficulty:
> "You drink the mead. Yum.";
> move mead to bar;

See page 71 of the Inform manual (and probably elsewhere too): "A string
on it's own, such as

"You drink the mead. Yum.";

is printed. with a new-line, and the current routine is returned from
with return value `true'..."

--
Gareth Rees