int StartingConditional() { object oPC = GetPCSpeaker(); int nPrice = GetLocalInt(oPC, "HouseToSell_p"); if(GetGold(oPC) < nPrice) return TRUE; return FALSE; }