Code: Select all
obj = FindType($0E21, Backpack())
if Count(obj) > 0:
UOSay('found')
else:
UOSay('not found')
obj = FindType($0E21, Backpack())
^
SyntaxError: invalid syntax
PS: if I enter an int number (200 for example) the script runs but it doesnt Find the right item, I dont know how to find the int number related to the item type displayed in World tab.
So the question is, how can I find the int value of an item type, for example bandage ($0E21)?
Thanks