/// <summary> /// Loads AIML from .aiml files into the graphmaster "brain" of the bot /// </summary> public void loadAIMLFromFiles() { AIMLLoader loader = new AIMLLoader(this); loader.loadAIML(); }