Romance Fixes

From: Craig Cooney (perfect_circle@angelfire.com)
Date: 01/13/01


  Here's two fixes for bugs i've found in the
Romance Module .93 code.

The first is in the Breakup command and gives
"You inform Craig that you will no longer date his!"

find the line in the command that looks like
act("You inform $N that you will no longer date $S!

and change the $S to $M so now the line looks like:

act("You inform $N that you will no longer date $M!
\r\n", TRUE, ch, 0, victim, TO_CHAR);

and now it will correctly display him instead of his
"You inform Craig that you will no longer date him!"

----------------------------------------------------

The second is in the Reject command that prevented
the person being rejected from seeing the message,
it also at times would produce strange errors like
from the person who is doing the rejecting saying one
of Puff's lines.

Find lines that look like:

send_to_char(buf, ch);
sprintf(buf, "$n would rather just be 'friends', but
you feel your heart shatter into a thousand
pieces.\r\n", TRUE, ch, 0, victim, TO_VICT);

Erase those lines and Replace them with the
line below.

act("$n would rather just be 'friends', but you feel
your heart shatter.\r\n", TRUE, ch, 0, victim,
TO_VICT);











Angelfire for your free web-based e-mail. http://www.angelfire.com

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/03/01 PST