i have added a few snippets suck as reroll stats and what not and i am adding a donate command and i have everything done except when it tells me to add the appropiate entries in tables.c for do_donate i dont see anything in there that even looks like somewhere i would add an entry for do_donate here is some of the snippet
2. In mud.h, under the section for well known room vnums, add:
#define ROOM_VNUM_DONATION xxxx
#define ROOM_VNUM_DONATIONTWO xxxx
Where xxxx is the vnum of the room you wish to assign.
Add the following to the appropriate section:
DECLARE_DO_FUN( do_donate );
3. Make the appropriate entried in tables.c for do_donate.
4. Make clean, and recompile.
2. In mud.h, under the section for well known room vnums, add:
#define ROOM_VNUM_DONATION xxxx
#define ROOM_VNUM_DONATIONTWO xxxx
Where xxxx is the vnum of the room you wish to assign.
Add the following to the appropriate section:
DECLARE_DO_FUN( do_donate );
3. Make the appropriate entried in tables.c for do_donate.
4. Make clean, and recompile.