int StartingConditional()
{
    int nHC=GetLocalInt(OBJECT_SELF,"nHenchConv");
    if (nHC==1) return TRUE;
    return FALSE;
}