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
No human-generated examples found for this event.
Auto-Generated Example
Scriptname MyCoolScript extends ObjectReference
event OnRead()
Debug.trace("Event received - OnRead")
endEvent