Manafort wrote:
>
> Ok i put in a mob stack snippet and it works perfect just the number of the
> mobs are at the end of the name and its really annoying..
> sprintf(buf2," [%d]\n\r", num);
> strcat(buf, buf2);
reverse the strcat to:
strcat (buf2, buf);
and then change the send_to_char from buf to buf2 (I assume that it used
send_to_char)
As normal it's mailer code it might not work, it might do strange
things, and in the rarest cases it'll work ;)
Chris
+------------------------------------------------------------+
| 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/10/01 PDT