int StartingConditional() { object oPC = GetPCSpeaker(); int iTax = GetHitDice(oPC); if (!GetGold(oPC)>=(iTax*100)) return FALSE; return TRUE; }