It works as described. It looks like you have dealt with most of the potential failures. And your code is easily readable. A+ and thanks for the script.
This controls where/if they show in the mafia UI. I don't use the browser version either, but i do believe there is some way to make them appear there as well.
I suppose it could help for someone not familiar with how the dailyDeedsOptions pref gets parsed. I am long used to it. My deeds panel was constructed programatically even before the builder tool existed and this is the first post I remember seeing where someone ran into that conflict. A lot...
Glad it worked for you. The pipe after comma thing is only valid with $text deeds, I believe. The combo type is still valid it just is not covered by the deeds builder tool provided on the preferences panel. You can alter the dailyDeedsOptions preference directly to add a combo type, if you...
Well pipes & commas can't be used as normal text because they have special meaning in the custom deeds syntax. The easiest way to do this would probably be to assign your ash code to an alias and then use the alias as the command for your custom deed.
r27468
So I got this on login for pingShortest: api:20:0:0:0:0:0. I am also getting it with "Time In" button & "relog" command.
And since mafia believes it is getting a 0 ms response, "Time In" button in prefs, and cli "relog" command only try once when used...pingLoginGoal is 38 ms.
I am...
My experience agrees with the above. I've only seen it happen when a sudden power outage occurs....can't remember the last time I had an actual crash. But cleaning the tops of the prefs files allows everything to work fine.
Veracity, I noticed yesterday that now that the script's name is "Garden Harvester.ash" that typing that into the CLI will fail (I believe due to the 'garden' cli command only accepting 'pick' as a parameter)...the failure is silent and of course I at first assumed the script wasn't working...
You are attempting to mix ash commands and cli commands. The way to do this would be to rename the file as breakfast.ash and place each of your cli commands inside the quotes of cli_execute("");
for example:
cli_execute("outfit backup");
or
cli_execute("cast Incredible Self-esteem");
and so...