How do I make the computer remember the first name the reader chose to input

I am struggling on this anyone have a solution?

2 Likes

Go to Dara Amarie’s website (www.dara-amarie.com)

2 Likes

Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :smiley:

2 Likes

The app will remember. Are you testing on the app?

2 Likes

I mean when the display name after the text input doesn’t change to what the reader had input. I tested on the app and the previewer.

2 Likes

Are you entering the right name in your script? Maybe post a screenshot of your code.

2 Likes

I tried putting (FIRSTNAME) but It still won’t change.

2 Likes

The code is very specific in terms of when to use the script name and when to use the display name, if they are different. It’s hard to help without seeing the code.

2 Likes

input What’s your name? | What’s your name? | Done (NAME)

NARR
[NAME] is a pretty name!

And then change the display name of the character to NAME

Read through this guide

3 Likes

Ohhhhh thank you so much!

2 Likes

How do you code a bunch of emojis showing up in the background you text to show up like a foundation coming from the top of the background to the bottom of the background?

2 Likes

it is an overlay, search for it on pixabay, then download it.
if, for example they have to choose an answer in the texting process, it will be like this:

choice “option1” {

character
option 1

narrator
character2 liked your message

@overlay 1 create (this is the one you downloaded)

(it can be & if you will add the shift/scale command)

@overlay 1 opacity 0.5
@pause for 3
@overlay 1 opacity 0

}“option2” {

}“option3” {

}
i think this shell work

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.