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