On Sat, 2 Aug 1997, Daniel W. Burke wrote:
> for (d = descriptor_list; d; d = d->next) {
> d->prompt_mode = 1;
> }
>
>That forces the mud to redraw everyone's prompt.
>
>Out of curiosity, what are some of the methods that people have used?
In point_update():
if (i && i->desc && GET_LEVEL(i) < LVL_IMMORT) {
send_to_char("\n", i);
i->desc->prompt_mode = 1;
}
--
greerga@muohio.edu me@null.net | Genius may have its limitations, but stupidity
http://www.muohio.edu/~greerga | is not thus handicapped. -- Elbert Hubbard
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST