//::///////////////////////////////////////////////
//:: FileName sc_lancequest0
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/07/11 18:18:45
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetLocalInt(GetPCSpeaker(), "LanceQuest") == 1))
        return FALSE;

    return TRUE;
}