Breakfast Script

asturia

Minion
Since the breakfast command does not work anymore in kolmafia 7.1
I've made the following script.
Untill now I checks wether you have one of the breakfast skills (pastamancery, advanced saucecrafting, summon snowcone, hilarious objects, advanced cocktailcrafting).
It doesn't use the toaster nor the arches since I don't know how to check if you have it or not.
 

Attachments

  • breakfast.ash
    681 bytes · Views: 194

w0rm

New member
Even if you can't check for these, there's a minor modification that gets around the situation. Try substituting this:

if (cli_execute( "arches")) {}
if (cli_execute( "toast")) {}

Not the most elegant fix, but it works.
 

Nightmist

Member
[quote author=w0rm link=topic=71.msg244#msg244 date=1144956173]
if (cli_execute( "arches")) {}
if (cli_execute( "toast")) {}
[/quote]

Theres no real point in that since it runs the toast and arches command in order to find what to return so effectively you can just use the cli_execute commands without the if's since the arches and toast commands dont do anything bad to your account if you dont have arches or toaster.
 

holatuwol

Developer
KoLmafia always checks for toast and visits the arches, regardless of any other breakfast settings. The settings were added only for things which cost MP; all other things are automatically handled.
 
Top