ashq, aliases, farm.ash

Raven434

Member
Looking to run the farm.ash and not have the pop-up box.

I have figured out how to set the value for false, but can't figure out how to make it continue along.

The script in question is farm.ash.

It doesn't seem to have a zlib variable I can set in my characters vars_JoeMama.txt file.

The alias I am using is:

farm2 => ashq import <d:\games\kol\farm.ash>; boolean simulate_farm=false;

Which is fine. It starts farm.ash and then basically just exits out,

If I use ash rather than ashq, it replies with "false".

Do I need to append something after the '=false;'?

Thanks.
 

slyz

Developer
The easiest would be to use this CLI command:
Code:
call farm.ash false

If you want a real explanation about ashq, ash, import, and the main() function, I'm sure someone will oblige (I don't have much time now).
 

Raven434

Member
Thanks for the quick tip! I am always amazed at how simple some of the KoL Mafia solutions can be. :)

NEW Dad ASCENSION STARTED 20120730
------------------------------
Welcome to Parenthood, Noob


Really? Wow. Congratulations!

;-)
 
Top