int StartingConditional()
{
    if (GetLocalInt(OBJECT_SELF,"NW_L_TALKTIMES") == 0)
    {
        return TRUE;
    }
    return FALSE;
}