Hello, Is it possible to do Name imputing and variables in this engine?
Viewing post in Herobook simple version comments
Hi, it is not possible to get an input from the player, but you can have variables.
The engine supports the ejs format avec provides an object named $state that persists between pages so you can write <% $state.name = "Paul" %> to set a variable called name inside $state and <%= $state.name %> to display it