Recent Scripts:
Browse by:
Information:
Turn item to dust by Jaseowns
# Select an item to get removed by Jaseowns
# UO Unchained
@setvar! removeItem
if findtype "sewing kit" backpack as item
dclick item
elseif findtype "tongs" backpack as item
dclick item
endif
waitforgump 949095101 5000
gumpresponse 63 949095101
waitfortarget 500
target removeItem
wait 200
if insysmsg "you may not extract"
lift removeItem
droprelloc 1 1
wait 650
endif