I'd like to execute some code
after the book has been read, which means when pressing tab (or esc) to close it. Not when opening it (not within the onactivate event), but after having read it when closing the book. Does such event exist? onRead event triggers when opening the book right after the onActivate event. I also tried the onClose event, however it doesn't do anything (as I expected) even though it compiles without error (and execute in-game without error, but also whiithout anything I code in that event block : it's simply ignored). Is this possible?