(해결)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])) <----이부분이 오류가 난것인데요..
제가 이니중에 뭘 잘못건드린것인가요?

