.\"called by the MudOS driver when a prompt should be printed .TH WRITE_PROMPT 4 .SH NAME write_prompt \- called when the parser wants a prompt to be written. .SH SYNOPSIS void write_prompt(); .SH DESCRIPTION If write_prompt is present in the player object, the driver will call it whenever the default prompt would normally be printed. The driver will not call write_prompt when the player is in input_to or ed. .SH AUTHOR Truilkan@TMI