Thanksgiving salesman

Aeres

New member
I am not able to figure out how to get a script to trade in cashews from the traveling Thanksgiving salesman. Anyone got a code snippet that does this?
 

AlbinoRhino

Active member
If you type (note the 's' at the end):

ash $coinmasters[]

in the cli, it should give you an up-to-date list.

and (no 's')

ash $coinmaster[ANY_NAME_FROM_THAT_LIST]

will give more relevant information for that particular coinmaster. (The 'nickname' field is what you use for the "coinmaster" CLI command.)
 
Top