OnRead - ObjectReference
Revision as of 18:49, 24 October 2011 by imported>Jlundin
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.
SyntaxEdit
Event OnRead()
ParametersEdit
None.
ExamplesEdit
Event OnRead()
Debug.Trace("The player's life is now enriched!")
endEvent