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?
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?