OnRead - ObjectReference

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

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.

Syntax[edit | edit source]

Event OnRead()

Parameters[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]