12-06-2010, 02:39 AM
Hi, when I run d2nt, sometimes a red message says : missing ")" in D2NT/scripts/libs/common/NTitemParser
I looked and I think it's this :
case 'f':
if(_section[i][_end] == '!')
_result[0] += "!(item.itemflag&";
else
_result[0] += "(item.itemflag&";
_end += 2;
break;
I didn't want to chance something so can you help me?
I looked and I think it's this :
case 'f':
if(_section[i][_end] == '!')
_result[0] += "!(item.itemflag&";
else
_result[0] += "(item.itemflag&";
_end += 2;
break;
I didn't want to chance something so can you help me?