Good first of all sorry for my english I am using a translator.
The question is that I would like to customize my book ie I want the person who reads the book to choose the name of what the protagonist of the book wants to be called.
A greeting and thanks in advance.
Comments
If you're using Harlowe, you can do this:
(set: $name to (either: "Name 1", "Name 2", "Name 3"))
If you're using Sugarcube, you can do this:
<<set $name to either("Name 1", "Name 2", "Name 3")>>