Help with a script

I made this script, and I'm not sure as what to do to make it work.
I keeps telling me "Unknown variable 'nurse' (Meatfarming.ash, line 1)" And I'm not sure what to do.
 

Attachments

  • Meatfarming.ash
    236 bytes · Views: 44

StormCrow42

Member
You are confusing ASH and CLI scripting. Your script could be as simple as a text file containing the following lines:

Code:
outfit Farming
familiar Leprechan
adventure * Giant Castle

For a much more complex script, check out the aftercore farming script, which farms, does bounties, and eats and drinks an "optimal" diet for you, based on how much meat you make.
 
Top