GreyMane 0 Report post Posted May 30, 2020 Can someone help me add oils to the PickIt Script? I would imagine it is something like this [Category] == "Oils" && [StashItem] == "true" Quote Share this post Link to post Share on other sites
bj6ck6text1 27 Report post Posted May 31, 2020 //oil 油瓶 [Type] == "Clear Oil" # [StashItem] == "true" [Type] == "Sepia Oil" # [StashItem] == "true" [Type] == "Amber Oil" # [StashItem] == "true" [Type] == "Verdant Oil" # [StashItem] == "true" [Type] == "Teal Oil" # [StashItem] == "true" [Type] == "Azure Oil" # [StashItem] == "true" [Type] == "Violet Oil" # [StashItem] == "true" [Type] == "Crimson Oil" # [StashItem] == "true" [Type] == "Black Oil" # [StashItem] == "true" [Type] == "Opalescent Oil" # [StashItem] == "true" [Type] == "Silver Oil" # [StashItem] == "true" [Type] == "Golden Oil" # [StashItem] == "true" link Quote Share this post Link to post Share on other sites
GreyMane 0 Report post Posted May 31, 2020 4 hours ago, bj6ck6text1 said: //oil 油瓶 [Type] == "Clear Oil" # [StashItem] == "true" [Type] == "Sepia Oil" # [StashItem] == "true" [Type] == "Amber Oil" # [StashItem] == "true" [Type] == "Verdant Oil" # [StashItem] == "true" [Type] == "Teal Oil" # [StashItem] == "true" [Type] == "Azure Oil" # [StashItem] == "true" [Type] == "Violet Oil" # [StashItem] == "true" [Type] == "Crimson Oil" # [StashItem] == "true" [Type] == "Black Oil" # [StashItem] == "true" [Type] == "Opalescent Oil" # [StashItem] == "true" [Type] == "Silver Oil" # [StashItem] == "true" [Type] == "Golden Oil" # [StashItem] == "true" link You are awesome, my friend! Thank you! Quote Share this post Link to post Share on other sites