Hey, In my story I am trying to do a choice but an error message keeps popping up. Its say “Unexpected CHARACTER: FEM1” FEM1 is my main character. I’m confused as to why this message keeps coming up. Can anybody help?
Can you post your error from the script?
sure thing
Can you post your choice script or a screenshot?
You need to add an opening bracket after “Stay Quiet.”
Thank you! but now it’s saying this:
Can you copy and paste the script you currently have?
choice
“Say something” {
FEM1
(I’ve got to say something)
goto say_something1
} “Stay Quiet” {
FEM1 (idle_sit_sad_loop)
(Better to stay quiet)
goto stay_quiet1
label say_something1
@FEM1 is transition_sit_to_stand THEN FEM1 is deepbreath
FEM2 (talk_sit_armscrossed_neutral_loop)
What are you doing? Sit back down
@FEM2 is idle_sit_serious_loop
choice
“Continue” {
FEM1 (talk_explain_neutral)
I have to do this
goto continue_to_speak1
} “Sit back down” {
FEM1 (talk_sad)
You’re right sorry
@FEM1 is idle_sit_serious_loop
goto sit_back_down1
label continue_to_speak1
Narrator (FEM1)
What should I say?
choice
“Something Angry” {
FEM1 (idle_armscrossed_angry_loop)
(This man deserves a piece of my mind)
goto angry1
} “Something Calm”
FEM1 (breathe_deep)
(If I’m going to stand up for what I believe I better be level headed)
goto calm1
label angry1
You need a dialogue before the choice and you forgot a few brackets
choice
“Say something” {
FEM1
(I’ve got to say something)
goto say_something1
} “Stay Quiet” {
FEM1 (idle_sit_sad_loop)
(Better to stay quiet)
goto stay_quiet1
}
label say_something1
@FEM1 is transition_sit_to_stand THEN FEM1 is deepbreath
FEM2 (talk_sit_armscrossed_neutral_loop)
What are you doing? Sit back down
@FEM2 is idle_sit_serious_loop
choice
“Continue” {
FEM1 (talk_explain_neutral)
I have to do this
goto continue_to_speak1
} “Sit back down” {
FEM1 (talk_sad)
You’re right sorry
@FEM1 is idle_sit_serious_loop
goto sit_back_down1
}
label continue_to_speak1
NARRATOR (FEM1)
What should I say?
choice
“Something Angry” {
FEM1 (idle_armscrossed_angry_loop)
(This man deserves a piece of my mind)
goto angry1
} “Something Calm” {
FEM1 (breathe_deep)
(If I’m going to stand up for what I believe I better be level headed)
goto calm1
}
I need help about publish my episodes! Apeers that I only have the 3 first episodes but I already have wrote 5 in total! But my episodes aren,t publishing starting episode 4.
Do you mean to say that only three Episodes are published and you want all five published?
If yes, then first go to your story, where it says Update (the blue button) click on that. When you do, options appear. These options include Description, Genre, #of Episodes to Publish, Completion Status, and etc.
Select #of Episodes to Publish, and scroll through how many episodes you want published: 3 or all 5.
Hope this helps!
Thank you! Sorry, english is not my first language. I’m gonna try it.
Omg. Thank you so much!