How do i make my start screen ansi?
And how can i change it so that before you enter the mud it will ask for Ansi(Y/N)??
And how can i change it so that before you enter the mud it will ask for Ansi(Y/N)??
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Chris on Sun 15 Jul 2001 12:31 AM — 6 posts, 22,087 views.
/*
* Deal with sockets that haven't logged in yet.
*/
void nanny( DESCRIPTOR_DATA *d, char *argument )
{
/* extern int lang_array[];
extern char *lang_names[];*/
char buf[MAX_STRING_LENGTH];
char arg[MAX_STRING_LENGTH];
CHAR_DATA *ch;
char *pwdnew;
char *p;
int iClass;
int iRace;
bool fOld, chk;
while ( isspace(*argument) )
argument++;
... and so on ...