ID:988207
 
(See the best response by LordAndrew.)
When I add an output window in the interface file and have something like:
world<<"Blah"
to appear after the player logs in, nothing happens. Is there some sort of code I need to manage the output window?
Best response
If the output is set to default, all procedures that output something should broadcast to it. If it isn't the default, you'll need to use the output() proc, which allows you to specify an output to send messages to.
Okay, Thanks