Yes, that’s normal because the web previewer does not show typed in choices.
I don’t get the name portion of it. Its a bit confusing.
My character isnt showing up at all when i tried to use the name alone? like, i set up the name thing and its just black?
I need help with remembering the choices and doing them but want it to be remember in the story
i think theres something wrong with the female_custom3 label. you should move it after the spotting command
REINA (think)
(Maybe I should go check it out)
choice “Protect your house” {
REINA (think)
These people or whatever down stairs about to get it
@REINA is kneel_reach
REINA
Their you are
@add Baseball Bat to REINA
REINA (idle_hold_baseballbat)
Now i’m ready
@REINA exits left
} “We not dying today” {
}
Delete the space between “choice” and “Protect your house”. Then put your curser in between them and hit enter. After the word “choice”, write what you want to use to remember the choice in parenthesis. For example, you can put “(protect_or_dont_die)”. Later on in the story, you can write:
if (protect_or_dont_die is “Protect your house”){
#ENTER TEXT HERE
}else{
#ENTER TEXT HERE
}
I have one more question how do you do the zoom in slow motion from right to left and from feet to head cause I been wonder how that work
Here’s the guide:
I found a video to show you how:
Bumping so it doesn’t get closed!
How can I make my readers choose my name AND my brothers name (in the story of course)
Use the same code, just change the question and answer parts.
I don’t understand can you give an example?
Take this code and just change the Question? and ANSWER parts whatever you want.
input What's your name? | What's your name? | Done (NAME)
input What's your brother's name? | What's your brother's name? | Done (BROTHER)
when I want someone to say his name it won´t work.
So if you have BROTHER inside the parentheses, just do [ BROTHER ]
CHARACTER
Hey [BROTHER], what’s up?
I do that but they keep saying (BROTHER) instead of the name I chose. (It work with my character but not with my brother)
What does your script look like and are you using the web previewer or your phone to test it out?