Clearing moods?

When I bounty hunt, this is my mood:

Code:
 cli_execute("trigger lose_effect, Bubble Vision, use 1 bottle of bubbles");
  cli_execute("trigger lose_effect, Heavy Petting, use 1 knob goblin pet-buffing spray");

When I meat farm, I let the above mood continue (for items) and add:
Code:
  cli_execute("trigger lose_effect, Wasabi Sinuses, use 1 Knob Goblin nasal spray");
  cli_execute("trigger lose_effect, Buy! Sell! Buy! Sell!, use 1 Uncle Greenspan's Bathroom Finance Guide");


I just want to clear the mood at the end so that I dont upkeep the +meat buffs while trying to get a lucre.
 

slyz

Developer
Why don't you just make a bounty mood and a meat farming mood? Then you can just switch from one to another by using the "mood" CLI command.
 
Top