Thread: Librarian
View Single Post
05/08/14, 03:33 PM   #52
Flamage
 
Flamage's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 60
Originally Posted by ojustaboo View Post
Would it be possible for someone to write and addon to extract each book from your lua to a text file? Or is that also outside the scope of what the Addon software allows?
Addons are only able to write to their SavedVariables file, and this only happens when logging out or during a /reloadui.

What you could do is to use the unread flag (or some other flag which the addon doesn't have yet), and once you have marked the books you want to read, press your keybind for reloadui, and the saved variables will be written. The reloadui only takes a few seconds. You could then have an external program read the book text out of the saved variables file and speak it to you.
  Reply With Quote