int StartingConditional() { object oPC=GetFirstPC(); oPC=GetNextPC(); if (oPC!=OBJECT_INVALID) return FALSE; return TRUE; }