I was wondering how the scripts section in the books worked? does it just start the script when the books opened, or can you check to see if the books been taken, or opened, or in the players inventor?
I was wondering how the scripts section in the books worked? does it just start the script when the books opened, or can you check to see if the books been taken, or opened, or in the players inventor?
OnRead fires when it's read, and OnContainerChanged for, well, changed containers
If you want an event before OnRead() or OnContainerChanged() you may can try OnActivate()