What I am trying to do is the following: When the player opens any book in the game to start reading it, I want to get a reference for either that book or it's base object.
The only way I currently know of doing this is to attach a script to a book then place my script inside an OnRead event. The problem is that, as far as I know, the OnRead event only works in scripts that are attached to a book, and only when that particular book is read. I would rather not go this route though because I want my script to fire whenever the player reads any book. To accomplish this would require attaching a script to every book in the game, causing massive conflicts for any mod that modifies books.
If anyone can help me with this, I would greatly appreciate it.