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