Example of finding item using hue by Jaseowns
1# Example of finding by HUE by Jaseowns
2# UO Outlands
3# Question from Tom
4
5# Regular Scrolls
6if findtype 3827 backpack 0 as item
7 getlabel item desc
8 overhead "We found: {{desc}}" 12
9endif
10
11# Arcane Scrolls
12if findtype 3827 backpack 2609 as item
13 getlabel item desc
14 overhead "We found: {{desc}}" 88
15endif