Skip to content

대충 <d2nt error> : ~~~~~~~\scripts\libs\common\mysnagit.ntl(302):wyntaxerror:invaild assignment left-hand side라고 나오는데요

그래서 mysnagit.ntl들어가서 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])) <<<<<<<<<<<<여기가 정확히 302 번째
 return 1;
 else if (!_identified && _result == 0)
 _result = -1;
 }
 else
 return 1;
 }
 }
 }

더라구요 원래 잘 돌리고 있었는데 갑자기 오류가 나서 당황스럽네요
혹시 아시는분 계시면 가르쳐 주시면 감사 드리겠습니다