private bool OnKillListener(Map.World world, string group) { while (world.HasActorsInGroup(group)) { } return(true); }