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