I was looking around in db.c today and I came across the clear char function.
So far I have added a great deal of information to the CHAR_DATA and PC_DATA
structures and only about half of what I have added is on the clear char
function. So I decided to find out exactly where and what it was used for (I
thought it was called to intialize a new CHAR_DATA when called in a function,
or when you rolled up a new character) but I cannot seem to find it anywhere.
grep returns nothing when I search for the function besides in db.c and merc.h.
So can anyone tell me what this is used for, and if I should add my additions
the function so it's cleared?
Thanks!