Re: [CODE] CON_CLOSE & CON_DISCONNECT

From: Daniel A. Koepke (dkoepke@circlemud.org)
Date: 09/05/01


On Wed, 5 Sep 2001, Ramsey Stone wrote:

> CON_CLOSE(ch);

You've obviously changed the definition of CON_CLOSE if this is what the
code actually is that is giving you an error.  Perhaps you meant STATE,
which you want to call with the character's descriptor:

  STATE(ch->desc) = CON_CLOSE;

Provided, of course, that you know ch has a descriptor attached to it.


-dak

--
   +---------------------------------------------------------------+
   | 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/06/01 PST