Back to "test center" tags

Test Center: Throw Things In Trash by Jaseowns

1# Test Center: Throw Things In Trash by Jaseowns
2# UO Outlands
3# Add items or remove items on line 7
4# using >info to get the name
5#         WARNING THIS THROWS AWAY A LINK
6if findtype "barrel" ground 0 -1 2 as jrashCan
7    while findtype "chain link|fishing pole" backpack as item
8        lift item
9        drop jrashCan -1 -1 -1
10        wait 650
11    endwhile
12endif