Skip to content

Script Architecture

Douglas Naphas edited this page Jan 28, 2019 · 1 revision

Script architecture

Scripts will use JSON, not XML.

Here is an example script.

{
  "screens":
  [
    "This is a screen",
    [
      "This is a screen with a ",
      {
        "prompt":"thing",
        "default":"problem"
      },
      ", and another ",
      {
        "prompt":"positive thing",
        "default": "plum bucket"
      }
    ]
  ]
}
Clone this wiki locally