Code:
NARR
Dialogue.
choice
“Choice 1”{
NARR
Scene for choice 1 goes here.
}“Choice 2”{
NARR
Scene for choice 2 goes here.
}“Choice 3”{
NARR
Scene for choice 3 goes here.
}
P.S I would encourage you to check out Joseph Evans’ tutorials on YouTube ^^
1 Like
Here’s an example using this code:
NARR
Pick a color.
choice
“Pink”{
NARR
You chose pink.
}“Blue”{
NARR
You chose blue.
}“Red”{
NARR
You chose red.
}
NARR
You picked a very lovely color!
1 Like
Oh dang. You beat me to it…
1 Like
Ha ha ha
Joking around, we are helpful here
2 Likes
Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions.