Re: mail

From: George Greer (greerga@circlemud.org)
Date: 01/11/00


On Tue, 11 Jan 2000, Jerry Billings wrote:

>I want to be able to send mail without having to be in the post office. I
>already made it so you can recieve mail outside of the office, but i cant
>figure out how to send it. any ideas?

at postmaster mail xxx

:)

Otherwise, turn the postmaster special procedure into a regular command.
Should involve changing tell and say into send_to_char() but not a lot too
hard.

Most important lines:

  /* Start writing! */
  CREATE(write, char *, 1);
  string_write(ch->desc, write, MAX_MAIL_SIZE, recipient, NULL);

--
George Greer
greerga@circlemud.org


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT