Hmm, there's a bug in the Propose command that always returns, "But you're not dating %s!", even if you actually are. Find the lines that look like this in the command: /* Okay, we've established you're both dating someone.. */ else if (PARTNER(ch) != GET_NAME(victim)) { Change the else if to look like like this instead: else if (*PARTNER(ch) != *GET_NAME(victim)) { And now your players can successfully propose. 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