>> Allow me to be the voice of experience and ask...what one small thing >> did you change? > case 'N': > if(!strcmp(tag, "Name")) > /* GET_NAME(ch) = str_dup(line);*/ //Commented line 2356 out. > break; Off the top of my head, that is not currently related to the problem you are having... but man are you gonna have a few interesting problems with that later. That is what loads the character's name into memory as they login.... instead try... GET_PC_NAME(ch) = str_dup(line); Rob---------------- -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/05/01 PST