/* Make sure PC has 10 gold to give! */ int StartingConditional() { object oPC = GetPCSpeaker(); if (GetGold(oPC) < 10) return FALSE; return TRUE; }