Snippet for moving logs to trapped pouch by Jaseowns
1# Snippet for moving logs to trapped pouch by Jaseowns
2# UO Outlands
3if findtype "pouch" backpack 38 as trappedPouch
4 if findtype "log%s" backpack as item
5 lift item 60000
6 drop trappedPouch -1 -1 -1
7 wait 650
8 @ignore item
9 endif
10endif
11