St Pat Event Discard Books! by SINGsingFan
Related: Snippet stpat eventbook
Description: Done matching your event books? Throw them away with this script!
1#WARNING: Do not use when next to player or next to a wall.
2#You need to be away from players or walls to drop things on the floor
3
4while findtype 41467 backpack as eventBook
5 getlabel eventBook eventDesc
6
7overhead eventDesc
8if "completed" in eventDesc
9
10 lift eventBook
11 overhead "Throwing Away Your Useless Book"
12 droprelloc 1 1
13 wait 500
14else
15 @ignore eventBook
16endif
17
18endwhile
19
20clearignore