//::///////////////////////////////////////////////
//:: FileName inancientmap
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/18/2002 12:13:46 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{
    //Player has Bandit Head
    if (GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"BanditHead")))
    {
        return TRUE;
    }
    else
    {
    return FALSE;
    }

}