MAXMNAME
static char usermonster[MAXUM][MAXMNAME]; /* the user named monster name goes here */
if (strlen(i) >= MAXMNAME)
i[MAXMNAME - 1] = 0;