I can't load data to array with "Load" event, it just won't work, but it works with global variables
I was trying to extract data from rex's plugin called "DungeonGen" with "DungeonGen.MapAsJSON" method, but nothing happens and array is steel empty
Image that could help you in understanding my question-> :)
drive.google.com/open
Develop games in your browser. Powerful, performant & highly capable.
The format of MapAsJSON is probably incompatible with Array.AsJSON
You can output both into a text or browser log and compare.
For example, array JSON should look like this:
{"c2array":true,"size":[2],"data":["apple","banana"]}