
how to check if a object is on the screen?
look
IF #VENDOR IS NOT ON SCREEN:
uo.addobject('vendor')
repeat
wait(1)
until not uo.targeting()
ENDIF
any uo.findcount() for chars???
bye bye
EDIT:
i made this
but is this the best way?
uo.deletejournal()
uo.useobject('vendor')
uo.click('backpack')
repeat
until uo.injournal('backpack')
if uo.injournal('You cant see the target') then