Заметил, что если закоментировать нижестоящий кусок, то ошибки не появаляется...подскажите в чём ошибка.
Code:
#if UO.InJournaL("Where")==0 AND UO.InJournaL("put")==0 AND UO.InJournaL("no")==0 AND UO.InJournaL("some")==0 then
# if UO.InJournaL("Targeting")==0 AND UO.InJournaL("Resync")==0 AND UO.InJournaL("World")==0 AND UO.InJournaL("revealed")==0 then
# if UO.InJournaL("must")==0 AND UO.InJournaL("are")==0 AND UO.InJournaL("Try")==0 then
# uo.textopen()
# uo.textprint("Mine:",str(mine),"Weight:",str(uo.weight),uo.LastMessage())
# UO.DeleteJournal()
# skinut()
# return
# else
# if uo.weight>550 then
# uo.textopen()
# uo.textprint("Mine:",str(mine),"Weight:",str(uo.weight),"Completed.")
# UO.DeleteJournal()
# skinut()
# return
# end if
# else
# if uo.weight>550 then
# uo.textopen()
# uo.textprint("Mine:",str(mine),"Weight:",str(uo.weight),"Completed.")
# UO.DeleteJournal()
# skinut()
# return
# end if
#else
# if uo.weight>550 then
# uo.textopen()
# uo.textprint("Mine:",str(mine),"Weight:",str(uo.weight),"Completed.")
# UO.DeleteJournal()
# skinut()
# return
#end if