EddiSpeechResponder.SpeechResponder.ResponderDescription C# (CSharp) Method

ResponderDescription() public method

public ResponderDescription ( ) : string
return string
        public string ResponderDescription()
        {
            return "Respond to events with pre-scripted responses using the information available.  Not all events have scripted responses by default; those that do not have the 'Test' button disabled.  The default personality can be copied, which allows existing scripts to be modified or disabled, and new scripts to be written, to suit your preferences.";
        }