int StartingConditional()
{
    if (GetItemPossessedBy(GetPCSpeaker(),"hide3")!=OBJECT_INVALID) return TRUE;
    return FALSE;
}