Maybe specifying "match" or "nomatch", or something similar to that, would work better than specifying all 3 inputs. That means assuming a response, which works if the assumption is that cheesefax will be the primary target.
import clanfortune.ash
void main()
{
chat_private("Easyfax", "fortune");
waitq(9);
clanfortune_parse("clan,Easyfax,pizza,batman,thick");
}
Unknown item found: Love Potion #61,131 (9745, 863678027)
--------------------
9745 Love Potion #XYZ 863678027 potion9.gif usable q 0
Item Love Potion #XYZ Effect: "Tainted Love Potion", Effect Duration: 20
--------------------
You acquire an item: Love Potion #61,131
I have a command written, ready to commit when sourceforge stops being broken. The syntax is "fortune buff <buff type>" or "fortune <clanmate name>", and all 3 words can be specified (trying to specify some number of words besides 0 or 3 results in an error, mostly because I assumed that would be the result of misunderstanding the syntax), otherwise preferences will be used, defaulting to pizza/batman/thick.
Code:Unknown item found: Love Potion #61,131 (9745, 863678027) -------------------- 9745 Love Potion #XYZ 863678027 potion9.gif usable q 0 Item Love Potion #XYZ Effect: "Tainted Love Potion", Effect Duration: 20 -------------------- You acquire an item: Love Potion #61,131
Acquired from the Love Mixology skill (which is learned from Love Potions and the Wizards who Mix Them).
--------------------
9745 Love Potion #XYZ 863678027 potion9.gif usable q 0
Item Love Potion #XYZ Effect: "Tainted Love Potion", Effect Duration: 20
--------------------
You acquire an item: Love Potion #71,998
Also the skill is once per day
Unrecognized item found: Love Potion #94,420
You acquire an item: Love Potion #94,420
rhinestone is multiusable, but KoLmafia thought it was not
You acquire rhinestone (35)
Thank you for making Paul's Passionate Pop Song recognized in the fuzzy logic, but turns_per_cast() needs to be updated to see it as a song, it is reporting 0 turns_per_cast()
Code:> ashq print(turns_per_cast(to_skill("Paul's Passionate Pop Song"))) 0