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