.DT
check_anyone_here
DW_wibble creator help
check_anyone_here

.SH Name
.SP 5 5
check_anyone_here -  This method checks to see if there are any players in the environment of the npc.
.EP

.SH Syntax
.SI 5
int check_anyone_here()
.EI

.SH Returns
.SI 5
1 if there is a player in the room, 0 otherwise
.EI

.SH Defined in
.SI 5
/obj/monster.c
.EI

.SH Description
.SP 5 5

This method checks to see if there are any players in the environment
of the npc.  This should be used to determine when chats should
be turned off and other things which should only work in the
presence of players.
.EP

