uo.injournal() Dont read Sys Message
Posted: 2006-05-17 04:03:30
i wanna detect bandage operation or special move
so if i write:
calling the sub it will detect only if i or someone tell the word 'mortally' but it not find the message 'You have been mortally!' came after a special make by weapon
i cant read server message with uo.injournal
how can be possible??
how i have to do to resolve?
so if i write:
Code: Select all
sub Check()
if uo.injournal('mortally') then
uo.print('you have big problem')
uo.deletejournal()
end if
end sub
calling the sub it will detect only if i or someone tell the word 'mortally' but it not find the message 'You have been mortally!' came after a special make by weapon

i cant read server message with uo.injournal
how can be possible??
how i have to do to resolve?