Scripting failure

Brenno

New member
A few weeks ago my computer broke down and I havent played KoL since. Just recently downloaded kolmafia on gfs laptop and began playing again.
Nowto my question, when I played on my computer I had a selfmade farmscript. A very simple one made in notepad. I tried to reproduce it on this computer but it wont seem to work anymore.

On my old computer it looked something like this

Outfit meat
Drink 5 mae west
Adventure * giants castle
Maximize adv

All i did after was to save it as a .ash file and run it and it worked perfectly.
Now no matter what I do I simply get this error on the first line.
Unknown variable 'outfit' (farm.ash, line 1)
Anyone knows how to solve this?
 

Ethelred

Member
A few weeks ago my computer broke down and I havent played KoL since. Just recently downloaded kolmafia on gfs laptop and began playing again.
Nowto my question, when I played on my computer I had a selfmade farmscript. A very simple one made in notepad. I tried to reproduce it on this computer but it wont seem to work anymore.

On my old computer it looked something like this

Outfit meat
Drink 5 mae west
Adventure * giants castle
Maximize adv

All i did after was to save it as a .ash file and run it and it worked perfectly.
Now no matter what I do I simply get this error on the first line.
Unknown variable 'outfit' (farm.ash, line 1)
Anyone knows how to solve this?

That's not ASH code, that's just cli commands. Change the name to farm.txt instead of farm.ash (or whatever you used instead of farm) and see if it works again.
 
Top