Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Name Random How?

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

  • What format are you using?

    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")>>
Sign In or Register to comment.