int StartingConditional() { int iResult; object oPC; iResult = FALSE; oPC = GetPCSpeaker(); if (GetXP(oPC) == 0) iResult = TRUE; return iResult; }