Hi. The Input Example (here) is made to let user enter a name for the character, then we can can add this custom name in dialogs with the correct variable. That's great ;) I've tried to add this feature to my game but when i call the function showInput, nothing happens.
In the story i have:
- text: Please input your name.
- call showInput:
- deuzi says: Welcome to the Quickstart, {username}!
In CustomContent.js, i've added the function as seen on the example (indention and placement seems OK)
In index.html, i've added <script type="text/javascript" src="libs/phaser-input.min.js"></script> between "head" and the file is in the right folder with the right name.
Did i miss something ?