Back to "drop" tags

Drop completed St Patty Book by Jaseowns

1    if findtype 41467 backpack 63 as item
2        getlabel item bookCheckDesc
3        if "completed" in bookCheckDesc
4            lift item
5            droprelloc 0 0
6            wait 650
7        endif
8        overhead "We got a book!"
9    endif
10