Bale
Minion
Scripts desperately need to be able to detect if you are on the Bees Hate You path. I suspect that Veracity is on this path imminently, but just in case, this is on my profile page:
I already know that I need this to fix my newLife script. It's breaking when it tries to get a beanie for my bugbear and I cannot fix it without bee hatred detection. I suspect many other scripts will have such problems. Universal_recovery will probably also have trouble with B-word recovery items.
How about a function be_good(item) that returns true if you can use the item? It can detect if there is a b in the item name and if you are hated by bees. If both are true, then it returns false.
Code:
<tr><td align=right>Sign:</td><td><b>The Blender</b></td></tr><tr><td align=right>Path:</td><td><b>Bees Hate You</b></td></tr><tr>
I already know that I need this to fix my newLife script. It's breaking when it tries to get a beanie for my bugbear and I cannot fix it without bee hatred detection. I suspect many other scripts will have such problems. Universal_recovery will probably also have trouble with B-word recovery items.
How about a function be_good(item) that returns true if you can use the item? It can detect if there is a b in the item name and if you are hated by bees. If both are true, then it returns false.
Last edited: