Damn, and I'd thought it would be at least a week.....
Anyways, I'm back again, and I've had alot of success installing various other snippets to my mud in progress. I'm running across a problem with the remort snippet by Xerves, and it appears to be in only one line.....
load_char_obj(d, capitalize( oldch->name ), TRUE );
in remort.c
when I try to compile, it gives me an error that says:
remort.c:184: error: too few arguments to 'load_char_obj'
of course the line above was line 184, but I'm trying to figure out the missing argument.......
any answers on that one folks?
Anyways, I'm back again, and I've had alot of success installing various other snippets to my mud in progress. I'm running across a problem with the remort snippet by Xerves, and it appears to be in only one line.....
load_char_obj(d, capitalize( oldch->name ), TRUE );
in remort.c
when I try to compile, it gives me an error that says:
remort.c:184: error: too few arguments to 'load_char_obj'
of course the line above was line 184, but I'm trying to figure out the missing argument.......
any answers on that one folks?