Background for Skyrim SE
Member of the ObjectReference script
eventOnRead()

Description

Wiki Description

Event received when this object (which is a book) has been read. In other words, it is sent when the book UI opens a book.

Documentation Comment

Event received when this object, if a book, is read


Examples

Event OnRead()
  Debug.Trace("The player's life is now enriched!")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnRead()
    Debug.trace("Event received - OnRead")
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.