int StartingConditional() { if (GetGold(GetPCSpeaker()) >= GetLocalInt(OBJECT_SELF, "Tribute")) return TRUE; return FALSE; }