int StartingConditional()
{
    int iResult;

    iResult = 1-GetLocalInt(OBJECT_SELF,"Scouting");
    return iResult;
}