Ok here is my first stupid question :) I added a few lines of code to the do_score function (so it will show your stats) and now when some one quits it shutsdown the mud. Has anyone had a similar problem? I am sure it is something I did but here is what I added : sprintf(buf, "Str: [%s%d/%d%s] Int: [%s%d%s] Wis: [%s%d%s] " "Dex: [%s%d%s] Con: [%s%d%s] Cha: [%s%d%s]\r\n", CCCYN(ch, C_NRM), GET_STR(ch), GET_ADD(ch), CCNRM(ch, C_NRM), CCCYN(ch, C_NRM), GET_INT(ch), CCNRM(ch, C_NRM), CCCYN(ch, C_NRM), GET_WIS(ch), CCNRM(ch, C_NRM), CCCYN(ch, C_NRM), GET_DEX(ch), CCNRM(ch, C_NRM), CCCYN(ch, C_NRM), GET_CON(ch), CCNRM(ch, C_NRM), CCCYN(ch, C_NRM), GET_CHA(ch), CCNRM(ch, C_NRM)); send_to_char(buf, ch); As you can see i just copied it out of the act.wizard.c file. Any ideas? Thanks in advance. I came I saw I deleted his source code. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST