봇에러좀 질문해볼게요 ㅠ
분류
질문
조회 수
324
추천 수
0
scripts\libs\commom\MySnaglt.nti(287) : SyntaxError: syntax error
이렇게뜨는데요.
다른한개는 잘되거든요???
이거 하나만 계속이러네요 ㅠㅠ...
어떻해 해야죠..
밑에부분인데..
if (eval(_NTIP_CheckList[_index[i]][0]))
{
if (_NTIP_CheckList[_index[i]][1].length > 0)
{
if (eval(_NTIP_CheckList[_index[i]][1]))
return 1;
else if (!_identified && _result == 0)
_result = -1;
}
else
return 1;
}
}
}

