Hi, I have found out that my mud is hanging on this line:
char skill_list[LEVEL_HERO][MAX_STRING_LENGTH];LEVEL_HERO is 206 and so I would guess I'm running out of memory or something. Is there another way I can do my skills and spells command so that it won't run out of memory and hang? Thank you.

