Way to improve my workflow

You can check out my Defork example available in assets - it uses JSON data from Twine - maybe this tool could be useful for you, I’ve even adapted it to creating not only dialogs, but quests too, so it’s possible - only your imagination is your limit :smiley: JSON table is a friendly structure, try to load some into Defold and see a table in printout console (pprint(table)). Also you can use more general Excel sheet to your needs - @AGulev someday on forum posted a workflow with adding data from Google Sheet (it’s not working for me because the script is not actual and I failed to update it) but if you have MS Excel there is an embedded possibility to export data to JSON - then use Defold’s built-in parser or some other parser from our assets and see what you can do with this :wink:

1 Like