Peter Ajamian wrote:
>
> Can't possibly see why you're messing with do_say, but here goes
> anyways...
>
> Matthew Kuebbeler wrote:
>
> > ACMD(do_say)
> > {
> > skip_spaces(&argument);
> >
> > if (!*argument)
> > send_to_char("Yes, but WHAT do you want to say?\r\n", ch);
> > else {
> > delete_doubledollar(argument);
>
< Snipped all the non-relevant information >
Check the archives!!!!!!!!!
This is one small problem that all the newbies are running across due to
a bug in the code that was posted to the FTP site. The file (NOT the
Stock
circle code either) act.comm.c has been changed in do_say. Only the
author knows why (I sure don't).
Copy the do_say function from another good source and your fixed!!
+------------------------------------------------------------+
| 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 : 04/11/01 PDT