Mall Buying And consuming Script

theletterkay

New member
I searched through more than a dozen pages and didnt see anything close to what i'm asking for.

I am looking for a script that will buy my food and booze (with milk of magnesium) from the mall and then consume it.

If any more specific details are required, please let me know?

I always buy:
3 Hi mein
2 Milk of magnesium
4 Vodka Stratocaster
1 Black & Tan
 

Alhifar

Member
Or, more simply, a cli script with
Code:
acquire 2 Milk of magnesium; use 2 Milk of magnesium;
cheapest hi mein; acquire 3 it; eat 3 it;
acquire 4 Vodka Stratocaster; drink 4 vodka stratocaster;
should work.
 
Last edited:

Theraze

Active member
Also, if you want to mallbuy explicitly, change the acquire to buy. With acquire, you need to have the mall-purchase preference set.
 

theletterkay

New member
Ok, so how do I use that "simple" way that you stated?

I'm guessing that i cant just put that in a .ash file and use it.
 

Winterbay

Active member
It's even easier than that. You put it in any file apart from an ash-file, put that in the script directory and run it from the script menu (since it is CLI-commands you can't use .ash without putting everything in cli_execute()-calls).
 
Top