int StartingConditional() { object oPC = GetPCSpeaker(); int iResult; iResult = (GetLocalInt(oPC, "TARGET_XP") < GetXP(oPC)); return iResult; }