> /* the problem is right here get_char_vnum is not a function that is > available. i've tried writing my own but i'm just not getting it right. I > was wondering if one of you might be able to point me in the right direction > Or perhaps theirs anoter way of writing it that i'm overlooking either way > let me know */ > if ((mob = get_char_vnum(ch->pcdata->questmob)) == NULL)
I dont have this function either, but I assume that it would return the vnum of the char/mob. Do an ifcheck like this instead if ((mob = ch->pcdata->questmob->in_room->vnum) == NULL) Skorpian

