The tutorial mentions everything except the most important part which is actually displaying the text.
construct.net/en/make-games/addons/518/ink
I've already did
-> AJAX: Request test.json (tag "test script")
-> Ink: Load state from AJAX.LastData
Develop games in your browser. Powerful, performant & highly capable.
There's more info here:
github.com/clembu/ink-for-construct/blob/master/README.md
Thank you for replying, I did read the documentation and did the set up, but I see no emntion on how to actually display the text. maybe im missing something?
So I guess it's something like:
MyText set text to Ink.LastText
Thank you, but this is not the case. The expression doesnt exists. I have attached my settup and all I get when running it it a blank white screen. Not even the appended text shows.
ok I found the error. By troubleshooting I found that the game crashed when loading the story. Turns out that to load a story you dont choce the load story state, you choose set story. Thanks for your help!