pdirt/data/
pdirt/data/HELP/
pdirt/data/HELP/0/
pdirt/data/HELP/F/
pdirt/data/HELP/G/
pdirt/data/HELP/H/
pdirt/data/HELP/J/
pdirt/data/HELP/K/
pdirt/data/HELP/O/
pdirt/data/HELP/Q/
pdirt/data/HELP/R/
pdirt/data/HELP/U/
pdirt/data/HELP/V/
pdirt/data/HELP/Y/
pdirt/data/HELP/Z/
pdirt/data/MESSAGES/
pdirt/data/POWERINFO/
pdirt/data/WIZ_ZONES/
pdirt/drv/
pdirt/drv/bin/
pdirt/drv/compiler/converter/
pdirt/drv/compiler/libs/
pdirt/drv/compiler/scripts/
pdirt/drv/include/AberChat/
pdirt/drv/include/InterMud/
pdirt/drv/include/machine/
pdirt/drv/src/InterMud/
pdirt/drv/src/Players/
pdirt/drv/utils/UAFPort/
pdirt/drv/utils/dnsresolv/
pdirt/drv/utils/gdbm/
#ifndef __SFLAGS_H__ 
#define __SFLAGS_H__ 


/*
**  Sflag defines
*/
#define	SFL_FEMALE	0	/* If you don't know, you're too young */
#define SFL_GLOWING	1	/* Player (wizard+) is lit */
#define SFL_COLOR	2	/* ANSI color support */
#define SFL_NOSHOUT	3	/* Don't receive shouts */
#define	SFL_BRIEF	4	/* Brief mode, no long descriptions */
#define SFL_QUIET	5	/* Doesn't receive []'d messages */
#define	SFL_OCCUPIED	6	/* This mobile is aliased */
#define SFL_ALOOF	7	/* May not be bothered by mortals */
#define SFL_BLIND	8	/* Player is blind */
#define SFL_DEAF	9	/* Player is deaf */
#define SFL_DUMB	10	/* Player can't speak */
#define SFL_CRIPPLED	11	/* Player can't move */
#define SFL_BUSY        12      /* Don't use tell, emoteto et.c. */
#define SFL_NO_WIZ      13      /* Wizard can't hear 'wiz' messages. */
#define SFL_NO_GOSSIP	14	/* ignore gossip messages */
#define SFL_NO_AWIZ	15	/* ignore awiz channel */
#define SFL_NO_DGOD	16	/* ignore dgod channel */
#define SFL_NO_GOD	17	/* ignore god channel */
#define SFL_AWAY	18	/* tells others that you are afk */
#define SFL_AUTOEXIT 	19	/* show exits automatically */
#define SFL_NOSLAIN	20	/* will not see death messages */
#define SFL_SAYBACK	21	/* echos of what you say and do */
#define SFL_NOBATTLE	22	/* will not see battle occuring in the room */
#define SFL_NOINVEN	23	/* will not see the inventories of players */
#define SFL_CODING	24	/* Will be seen as coding on the who list */
#define SFL_COMPACT     25	/* Newstyle output (no prompt on every line) */
#define SFL_NOBEEP	26	/* doesn't hear beeps */
#define SFL_DISTRACTED	27	/* Input handler is NOT get_command */
#define SFL_SHORTEXIT   28      /* Short exits only */
#define SFL_NO_CHAT     29      /* No Chat Line */
#define SFL_NOBLINK     30      /* No blinking text please */

#define SFL_KLOCKED     31      /* Keyboard locked? */
#define SFL_NOFINGER    32      /* Prevent players from seeing your email */
#define SFL_NOPUFF      33      /* Ignore the puffs*/

#define SFL_NOWEATHER   37      /* No weather */
#define SFL_DRUNK	38	/* Player has drunken booze */
#define SFL_NOCOMM	39	/* No public comm channels for this player */

#define SFL_I_INVIS	40	/* InterMUD invis */
#define SFL_I_NOGOSSIP	41	/* NO InterMUD Gossip */

#define SFL_UNDEFINED   42
#define SFL_AUTOEAT     43
#define SFL_OLDLOGIN    44
#define SFL_POISONED    45    /* Victim has poison in his system */

#define SFL_NOABERCHAT  50
#define SFL_NOACODE     51
#define SFL_NOAGOD      52
#define SFL_NOAINFO     53
#define SFL_NOATELL     54
#define SFL_NOACHAT     55

#define MAX_SFLAGS      96
#endif /* Add nothing past this line... */