Так вот такие операторы, как UO.InJournal, UO.LastMessage - не пашут в скриптах. Например, вырезок из скрипта на мининг:
UO.exec ("waittargettile '" + str(t) + "' '" + str(x) + "' '" + str(y) + "' '" + str(z) + "'")
repeat
UO.Exec ("waittargettile lasttile")
UO.useobject (pick)
wait (1000)
if UO.InJournal ("too fatigued to move") then ##от гадина не чекает

UO.DeleteJournal ()
UO.Waittargettype ("0x0E86")
UO.Exec ("drop")
endif
until not UO.inJournal ("no metal here") or not UO.inJournal ("worn out or tool") or not UO.InJournal ("stop mining") or not UO.inJournal ("cannot see that") or not UO.inJournal ("far away") ##от гадины не чекают

в чём проблема - во мне, в клиенте или в инжекте ???
