i cant see party message in journal
Posted: 2004-12-10 07:59:21
I made this script:
sub test()
repeat
wait(100)
until UO.InJournal("###")
UO.Print("Ok")
end sub
if i say "###", the script print "Ok"
if i say "###" by party system, it' doesn't print anything..
why?
how can i read party message?
tnx
sub test()
repeat
wait(100)
until UO.InJournal("###")
UO.Print("Ok")
end sub
if i say "###", the script print "Ok"
if i say "###" by party system, it' doesn't print anything..
why?
how can i read party message?
tnx
