Re: [Dumb Newbie] Dumb question, but read anyway

From: Andrey Fidrya (andrey@ALEX-UA.COM)
Date: 06/21/98


> Ok, whenever I add in a thingy to show email in the stat command it ends
> up looking like this
> E-mail Address: quinn@mud.comsys.netMALE PC 'Quinn'  IDNum: [    1], In room
[ 1
> 204]

Oohh... Have you ever tried to understand the code you created?

>     strcpy(buf, "E-mail Address: ");
>     strcat(buf, GET_EMAIL(k) ? GET_EMAIL(k) : "Anonymous");
Add:
strcat(buf, "\r\n");
>     send_to_char(buf, ch);
>   }

  Andrey (andrey@alex-ua.com)
    aka Zmey//RMUD


     +------------------------------------------------------------+
     | 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/15/00 PST