mud/lib/doc/applies/write_prompt
2020-09-06 05:43:07 -07:00

10 lines
366 B
Plaintext

write_prompt - called when the parser wants a prompt to be written.
void write_prompt();
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.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere