int StartingConditional() { int nGold = GetLocalInt(OBJECT_SELF, "Reward"); if (GetGold(GetPCSpeaker()) < nGold) return TRUE; return FALSE; }