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