Advertisement
Guest User

CLOTH SCAVENGING BE GONE - BIIRD

a guest
Mar 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"A Guide to Northern Cloth Scavenging") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement