Editing Who

Posted by Metsuro on Thu 10 Nov 2005 09:31 PM — 3 posts, 13,385 views.

USA #0
I found this is the DBSC2.5 version of smaug and what not.


IS_SET(wch->pcdata->flags, PCFLAG_DND) ? "[DND] " : "",

I thought it would be helpful to have so that players could know when an immortal is busy, however when i was just being lazy and placed it in I got this.

Compiling o/act_info.o....
act_info.c: In function `do_who':
act_info.c:2993: warning: too many arguments for format
make[1]: *** [o/act_info.o] Error 1
make: *** [all] Error 2

anyone mind filling me in on why this happened?
USA #1
You forgot to add a %s in the string.
USA #2
Oh I see thanks!