RE: What are labels, and how to reuse responses? |
I tested the same log on the website and it worked correctly as expected.
getBot().awareness().getSense(TextEntry.class).loadChatFile(file, "Chat Log", "", true, false);
to,
getBot().awareness().getSense(TextEntry.class).loadChatFile(file, "Response List", "", false, true);
The test GUI is just used for testing, so kind of out of date in places. If you would like to updated the UI please feel free to join the project on GitHub. |
|
|
|
|