hey, i'm having some problems installing this quest code called dml_quest.c. 
there error is in this line:
CHAR_DATA *mobs[MAX_QMOB_COUNT];

-------------------------------------------
void generate_quest(CHAR_DATA * ch, CHAR_DATA * questman)
{
CHAR_DATA *victim = NULL;
ROOM_INDEX_DATA *room = NULL;
CHAR_DATA *mobs[MAX_QMOB_COUNT];
size_t mob_count;
OBJ_DATA *questitem = NULL;
char buf[MSL];
int mrange;

i don't know how to prevent this, after the expected constant error i'm also 
getting a couple more errors with the exact same line :
cannot allocate an array of constant size 0
'mobs' : unknown size

any and all help is appreciated 


Reply via email to