#include "quest_inc"
int StartingConditional()
{
    object oPC = GetPCSpeaker();
    return GetIsQuestComplete(oPC);
}