I decided to make the script more import friendly for those who dislike using cli_execute for whatever reason. :confused:
To utilize this script from within another script you can now import it and use the hatter() function:
import<hatter.ash>
hatter("meat");
Also, it helps that the code was...