Hey everybody... I recently added these commands (in the mail subject) to my
mud and now seem to be getting the following error:
Dec 22 14:51:01 :: SYSERR: Mob using '((ch)->player_specials->saved.pref)'
at act.wizard.c:119.
That line in act.wizard.c looks like this:
ACMD(do_echo)
{
skip_spaces(&argument);
if (!*argument)
send_to_char("Yes.. but what?\r\n", ch);
else {
if (subcmd == SCMD_EMOTE)
sprintf(buf, "$n %s", argument);
else
strcpy(buf, argument);
act(buf, FALSE, ch, 0, 0, TO_ROOM);
>>>>>> if (PRF_FLAGGED(ch, PRF_NOREPEAT))
send_to_char(OK, ch);
else
act(buf, FALSE, ch, 0, 0, TO_CHAR);
}
}
(THE >>>>>> represent the error line)
I've looked at this and can't seem to figure it out, any help would be
appreciated.
------------------------------
brando@empyrial.com
http://www.empyrial.com/brando
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST