Feature manipulate moods in ASH

rlbond86

Member
Right now, the only way to manipulate moods is with the CLI or using CLI_execute. This is often good enough but one thing that can't be done is get a list of all existing moods and their effects. I propose these ASH functions:

bool[string] mood_names()
TYPE_TBD mood_triggers(string moodName)

There are a few ways to do TYPE_TBD: it could return an array of records, where each record contains an effect, a trigger type, and a string command. Or it could be a multilevel map.
 
Top