> How does one change the prompt? Looking at the Inform
> manual it looked like a matter of of creating a
> LibraryMessages object with a new Prompt routine. This
> did not work:
>
> Object lm "LibraryMessages"
> with before [;
> Prompt: { print "^->"; rtrue; };
> ];
Try changing the first line to
Object LibraryMessages "lm"
Did that work? The machine where I store my copy of Inform is
temporarily down ...
_
Torbjorn Andersson