"Stupid" questions that never get answered? Get The Help Here!

hey i need some help… NOWAITSEQUENCE keeps popping up on my story and i dont know how to fix it or whats causing it

Can you send me screenshots of your script or just copy and paste? You can PM me as well :grin:

I’m trying to do the animation hop-fast quickly and very repetitive and it keeps going but its just not working.

What’s your code?

I put
&JOJO is hop_fast THEN JOJO is hop_fast THEN JOJO is hop_fast

Maybe try to use a very short pause in between :thinking: and try to use @
@JOJO is hop_fast AND pause for 0.1 THEN JOJO starts hop_fast AND pause for 0.1 etc.

I’m not sure if this will work but I’ll check it out when I get home :smile:

It was this but you were very close, thank you for your help.
&JOJO is hop_fast
@pause for 0.1
&JOJO is hop_fast
@pause for 0.1
&JOJO is hop_fast
@pause for 0.1
&JOJO is hop_fast
@pause for 0.1
&JOJO is hop_fast
@pause for 0.1
&JOJO is hop_fast
@pause for 0.1

1 Like

Do people (the community, not Episode) ever use gem questions in their stories anymore or was that an old feature that was removed?

Yes. People still use gem choices (not that I’ve seen any in stories I read) but they use it as a fast track to to the writers payments I think.

Would you recommend using gem questions in a story? LIke, for example, maybe when the reader has the option to do something really exciting, or something that took a lot of time to work on

Me personally? No. I wouldn’t use them nor would I choose them in a story. But that’s just my opinion lol but I know people will enjoy the gem choices if they do have substantial impacts on the story.

Can you help me fix this script? It keeps saying that there is an error, which is that choices must follow dialog immediately, not a branch.

INT. WARNING - NIGHT

speechbubble is 0 0 to 0%
NARRATOR

choice
“I understand this.”{
speechbubble reset
INT. ROYAL GUEST ROOM CRAXIS CASTLE CLOSEUP WINDOW - NIGHT
transition fade in black 2
pause for a beat
@CLAUDIA changes into CLAUDIA_pajama
@CLAUDIA enters from right to screen left
@CLAUDIA faces right

label picking_outfit_1

    CLAUDIA (think)
(What should I wear to school today?)

choice
“Something body revealing”{
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_bare
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_attractive_1
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1
}

choice
“Something very intimidating”{
speechbubble reset
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_bare
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_intimidating_1
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1
}
}

choice
“Casual vampire attire”{
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_bare
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_default
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1

}

label leaving_for_school
@CLAUDIA is selfie
@CLAUDIA exits from left to screen right
pause for a beat
transition fade out black 2

And PS, the background in the beginning of the story is one of my own uploaded backgrounds. And I have the @ symbols in the right place, but it wouldn’t let me put them because it thinks I am mentioning more than two users.

You need a closing bracket here }
choice
“I understand this.”{
@pause for 0
}
Rest of script here

label picking_outfit_1

CLAUDIA (think)

(What should I wear to school today?)

choice
“Something body revealing”{
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_bare
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_attractive_1
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1
}
}

choice
“Something very intimidating”{
speechbubble reset
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_bare
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_intimidating_1
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1
}
}

choice
“Casual vampire attire”{
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_bare
@CLAUDIA is dustoff_loop
@CLAUDIA changes into CLAUDIA_default
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1

}
}

label leaving_for_school

I’ve put in bold the missing brackets in the dress game. I would also have your speechbubble at normal place on the screen but 0% … having it at 0 0 to 0% will default it to bottom of the screen and not everyone will be able to tap the button :blush:

INT. WARNING - NIGHT
@speechbubble is 0%
NARRATOR

choice
“I understand this.”{
@pause for 0
}
@speechbubble reset
INT. ROYAL GUEST ROOM CRAXIS CASTLE CLOSEUP WINDOW - NIGHT
transition fade in black 2
@pause for a beat
CLAUDIA changes into CLAUDIA_pajama
CLAUDIA enters from right to screen left
CLAUDIA faces right
label picking_outfit_1
CLAUDIA (think)
(What should I wear to school today?)
choice
“Something body revealing”{
CLAUDIA is dustoff_loop
CLAUDIA changes into CLAUDIA_bare
CLAUDIA is dustoff_loop
CLAUDIA changes into CLAUDIA_attractive_1
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1
}
}

choice
“Something very intimidating”{
CLAUDIA is dustoff_loop
CLAUDIA changes into CLAUDIA_bare
CLAUDIA is dustoff_loop
CLAUDIA changes into CLAUDIA_intimidating_1
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1
}
}

choice
“Casual vampire attire”{
CLAUDIA is dustoff_loop
CLAUDIA changes into CLAUDIA_bare
CLAUDIA is dustoff_loop
CLAUDIA changes into CLAUDIA_default
CLAUDIA
Is this what I want to wear?
choice
“Yes”{
goto leaving_for_school
}
“No”{
goto picking_outfit_1

}
}

label leaving_for_school

Has the script been fixed? I am trying to save and preview it but it says there are still errors. Sorry for the trouble but I am still new to Episode and am not that good yet. Sorry.

I think there has to be dialogue before this line

Same Thing here

I might have to just start over again and take it step by step. This makes no sense. :sob:

Should I recode the Scene? This is a bit more complicated, than it has to be :sweat_smile:

I would really appreciate that. I have been working extremely hard for this one scene I don’t want to start over. Thank you.

It’s alright, we all have been there! I will make it asap

1 Like