Skip to content

(해결)MySnaglt.ntj(302) : syntaxerror 질문

조회 수
1,396
추천 수
0
등록일
 artprince20
게시글 주소
https://tradia.me/diablo2/diablo2_faq/328739 복사

MySnaglt.ntj(302) 라인 찾아봤습니다.

 _index = _MySI_NtipNameList["Name" + item.classid];
 if (_index != undefined)
 {
 for (i = 0; i < _index.length; i++)
 {
 if (eval(_NTIP_CheckList[_index[i]][0]))
 {
 if (_NTIP_CheckList[_index[i]][1].length > 0)
 {
 if (eval(_NTIP_CheckList[_index[i]][1])) <----이부분이 오류가 난것인데요..


제가 이니중에 뭘 잘못건드린것인가요?