Bale
Minion
That's script is actually pretty cool. Thank you. I just made one little tweak to keep from running a maximization every single time I get a new monster.
Code:
if (appearance_rates(bloc)[$monster[none]] > 0) {
cli_execute {
mood default, pestertemp
mood clear
trigger lose_effect, hippy stench, use either 1 handful of pine needles, 1 reodorant
trigger lose_effect, musk of the moose, cast 1 musk of the moose
trigger lose_effect, carlweather's cantata of confrontation, cast 1 carlweather's cantata of confrontation
}
equip(thing);
} else {
cli_execute("mood default");
equip(thing);
}