Is there a way to track quest completion?

ThickettAgent
19 May 2021, 00:22

I'm thinking of using a text adventure as part of a larger, ARG-style puzzle. Is there any way to generate a code or track that a player has beaten a game? They could even just enter their "name" in a form at the end. Anything.


Pertex
19 May 2021, 05:49

If the player has an online connection, you could use SetExternalFileData(phpscript, string) to call a custom PHP script and write the name or an ID to a file on your own server.