ASAP
Hi guys! so in my script, there are other characters chanting the main character’s nam, but I’m not sure how to change the script so that the background characters are saying the name chosen by the reader.
How would I go about doing that?
Much appreciated!
Well, that depends on how you named the flag for the name input.
For example:
input What's your name? | What's your name? | Done (SARAH)
Means your flag for the input is SARAH.
So when you want to refer to it, just put it in square brackets like this:
CHARACTER
Hello, [SARAH]. You look nice!
1 Like
thank you so much! This was exactly what I was looking for.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.