This tutorial looks at a JSON based system for handling and displaying dialogue. The whole example file is controlled by touch (just tap or click to advance the...
I think the mistake is referring to the instructions you wrote on initialization actions:
CONDITION
System ▶︎ On start of layout
ACTION
...
Array ▶︎ Load from AJAX.LastData
Instead it should be:
JSON ▶︎ Parse JSON string AJAX.LastData
Great thanks, found and fixed!