You are trying to load game from a string that contains the file name. This obviously doesn't work.
You need to read the file and load game from the file content (JSON-string):
Load game from JSON string:
NWjs.ReadFile(NWjs.AppFolder&"Mapas\"&Array.At(0))
Oh my gosh! Finally, finally! It work!!!! Thank you so much!!!!!