BnG_DJ
Member
when running any script, when bot sells items to NPC's, i get this error message:
MXP_Exception : name = ReferenceError, message = DT_ReportMode is not defined
Edit: found scource of error, but dont know how to fix. XP_Town.d2I , heres code containing error:
// If it is a keeper, log it
else {
_reportstring = "";
if (DT_ReportMode) { _reportstring = " [line #" + _result.lineno + " in " + _result.file + "]"; }
if (DL_LogMode > 1) {
MXP_Exception : name = ReferenceError, message = DT_ReportMode is not defined
Edit: found scource of error, but dont know how to fix. XP_Town.d2I , heres code containing error:
// If it is a keeper, log it
else {
_reportstring = "";
if (DT_ReportMode) { _reportstring = " [line #" + _result.lineno + " in " + _result.file + "]"; }
if (DL_LogMode > 1) {