Can you post your GET_EMAIL macro?
WC
-----Original Message-----
From: Quinn ShadowStalker <quinn@MUD.COMSYS.NET>
To: CIRCLE@post.queensu.ca <CIRCLE@post.queensu.ca>
Date: Sunday, June 21, 1998 3:26 PM
Subject: [Dumb Newbie] Dumb question, but read anyway
>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]
>
>
>here is the code and to the best of my knowledge it should switch the MALE
>PC thingy to the next line should it not? Well if anyone could help me
>I'd greatly appreatiate it, thanks alot.
>
> if (!IS_NPC(k) && GET_LEVEL(ch) >= LVL_IMMORT) {
> strcpy(buf, "E-mail Address: ");
> strcat(buf, GET_EMAIL(k) ? GET_EMAIL(k) : "Anonymous");
> send_to_char(buf, ch);
> }
>
>--------------------------------------------------------------------------
>|Matt Roach - owner of OnyxMUD | "I dont have bugs... just |
>|And Coder/Builder of Quaratine | randomly created features!" |
>|matt@shiva.ml.org quinn@mud.comsys.net| |
>|quinn@match.org | |
>--------------------------------------------------------------------------
>
>
> +------------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
> +------------------------------------------------------------+
+------------------------------------------------------------+
| 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