> When running the mud using autorun, why doesn't it do the purgeplay for idle
> players, deleted players, and never entered game players?
Because autorun runs the game. It doesn't maintain the game. Not
everyone will want to clean up players on every boot.
> Why does my compiler not allow me to declare variables in the middle of the
> function?
Because that breaks the ANSI C spec. You can declare variables at the
beginning of code blocks only, such as:
{
int newint;
<some code>
}
Ae.
--
+---------------------------------------------------------------+
| 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