What’s the coding that allows this?? Without the names getting mixed up?
1 Like
input What is your name? | What is your name? | Done (NAME)
*This is the code for it.
Just replace NAME with whatever the display name of the person is : )
So, for example you create two characters called ETHAN and JEM
You’d write:
For the character JEM:
input What is her name? | What is her name? | Done (JEM)
For the character ETHAN:
input What is his name? | What is his name? | Done (ETHAN)
And if you want this in the script to show, it would be:
NARR
[ETHAN] and [JEM] look great!
Both of them are a friend of [NAME].
Whatever the reader named ETHAN and JEM will show up : )
Hope this makes sense
1 Like
Thank you!
1 Like
No problem
Good luck!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.