int StartingConditional()
{
    int iResult;
    object oPC=GetPCSpeaker();

    if (GetIsObjectValid(GetItemPossessedBy(oPC,"jw_mys_item4"))&&GetGold(oPC)>=20000)
        {
         iResult=TRUE;
        }

      else

      {
       iResult=FALSE;

      }

    return iResult;
}