1) How to delete all message in print?
2) Can i print name of last target? How to do?
3) How to set target without magic arrow or use any skills for example ? ( ,setlasttarget?

Moderators: Murderator+, Murderator
else wrote:Hi,
1) How to delete all message in print?
2) Can i print name of last target? How to do?
3) How to set target without magic arrow or use any skills for example ? ( ,setlasttarget?)
else wrote:sub name()
uo.print('name of target: '+uo.getname("laststatus"))
end sub
print only "name of target:"
else wrote:sub printdel()
uo.print('Hi!')
wait(100)
uo.exec(',textclear')
end sub
still is in print text 'Hi!'
else wrote:3) i need make cross for target as i write ",hide" without action to get lasttarget.
WeedDevil wrote:you might try to flood you "uo console" with space
sub printdel()
uo.print('Hi!')
wait(100)
printspam()
end sub
sub printspam()
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
end sub