#include "x4_inc_functions"
int StartingConditional()
{
    object oPC = GetPCSpeaker();
    string sDB = CharacterDB(oPC);
    int nRansom = StringToInt(GetCampaignString(sDB, "QUEST_EXTRA2"));

    if (GetGold(oPC) >= nRansom) return FALSE;
    return TRUE;
}