Skip to content

봇에러좀 질문해볼게요 ㅠ

조회 수
324
추천 수
0
등록일
 궁디팡팡
게시글 주소
https://tradia.me/diablo2/diablo2_faq/341316 복사

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;
 }
 }
 }