From 4b1cf5d42228174f39d15d41ec6b213bfd6d032c Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 29 Nov 2023 14:43:56 -0600 Subject: document flags --- about.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/about.html b/about.html index e1e2768..04b852f 100644 --- a/about.html +++ b/about.html @@ -70,6 +70,18 @@ type #redirect <id> to bring the player back to an existing scene. replace <id> with the scene's id. the id of the scene is displayed in the log at the bottom in grey. the id of the scene is a 5-letter sequence presented within the log +
  • + type #set <flagname> to set a "flag" when the player performs the action. +
  • + +
  • + type #require <flagname> to require the player to have a flag set to perform the action. +
  • + +
  • + type #unset <flagname> to unset a flag. +
  • +

    you can add /raw to the end of the URL of a scene to see its markup (on the lines starting with tab) (example). this feature can be used to implement third-party interfaces.

    -- cgit v1.2.3