#include "x0_i0_henchman"
#include "x4_inc_functions"
int StartingConditional()
{
    object oPC = GetPCSpeaker();
    string sDB = CharacterDB(oPC);

    if (GetCampaignInt(sDB, "QUEST_COMPLICATION") == 0) return FALSE;

    return TRUE;
}