Hi,
I was curious about why victim is referenced in functions like CHAR_DATA *victim when victim is not actually in the char_data struct?
It's here
I was curious about why victim is referenced in functions like CHAR_DATA *victim when victim is not actually in the char_data struct?
It's here
struct fellow_data
{
char * victim;
char * knownas;
FELLOW_DATA * next;
FELLOW_DATA * prev;
};