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