Example of finding item using hue by Jaseowns
# Example of finding by HUE by Jaseowns
# UO Outlands
# Question from Tom
# Regular Scrolls
if findtype 3827 backpack 0 as item
getlabel item desc
overhead "We found: {{desc}}" 12
endif
# Arcane Scrolls
if findtype 3827 backpack 2609 as item
getlabel item desc
overhead "We found: {{desc}}" 88
endif