Hi, I'd like to check whether the player has read a particular page of a document.
Is that possible? I'm thinking about how to do it, but I don't see a clear way.
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It's possible, but only through custom script.
If your Menu is named Document, and the page text is in an Element named PageText:
Thanks! I'll investigate it.