
Can you tell me how you can get the ID of the book read in an OnRead() event?
What I mean: There's a book with an ID of PerkTomeAlchemyAlchemist1 and I want is this ID to be called by a script part into the script so that I can manipulate this specific book in the inventory while the script is running.
I tried a couple of ways of using GetBaseObject, but it just doesn't seem to work.
I can manually choose the property for the script, but I don't want to do it for ~150-200 books :\
Also, is there a way to get the NAME and not the id of something as a string in the script? Like for displaying the given name of the book in a message box or something?
Many many thanks in advance.


