Name: query_ghost - return ghost status from a living Syntax: int query_ghost() Description: The query_ghost call returns the ghost status from a living. Return value: If the living is dead, 1 is returned, else 0. Examples: int ghost; ghost=this_player()->query_ghost(); See also: living/die