well korvacs is right but that source probably already has it..
if it does for ALl chars like world.all since its lotf
Code:
byte Count = 0;
foreach (DictionaryEntry DE in AllAccounts)
{
Entity E = DE.Value;
if (E.InMap(1025))
{
if (Alive)
{
Count++;
}
}
if (Count = 1)
{
WE HAVE A WINNER..
}