You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
I am new to Twine but I understand how the Skill blueprint parses through the .html file and strips out HTML tags so Alexa can read text to the user.
I made a custom Twine story and imported the HTML file into Developer Console, but this story contains Twine variables.
Regardless of how I tweak the displayableText variable in index.js Alexa will just read the literal text i.e. "You have $PlayerHealth health remaining."
I would just like to know if anyone else has had success using Twine variables with this skill template or if game logic like this just needs to be done through handlers like other skills.
I am new to Twine but I understand how the Skill blueprint parses through the .html file and strips out HTML tags so Alexa can read text to the user.
I made a custom Twine story and imported the HTML file into Developer Console, but this story contains Twine variables.
Regardless of how I tweak the
displayableTextvariable in index.js Alexa will just read the literal text i.e. "You have $PlayerHealth health remaining."I would just like to know if anyone else has had success using Twine variables with this skill template or if game logic like this just needs to be done through handlers like other skills.
Thanks!