Need help with coding, Script Template, Directing or you new an Need help with episode spot directing? Well your at the right place then

If you need any help with your story, or with the above listed just comment below what is your problem an I will be sure to help an get back to you

Need Background help or need overlays, I will be creating a form soon for that

Help you need just comment below an I will get back to you

2021-09-16T05:00:00Z2021-11-18T07:00:00Z

@Angel.L @Nikisodes @grimmreaper
@Alishka.Writes @Jacey.C
@babygurlkay05 @StarLuna
@Ladybugcat
@Dark_Clover21
@Dara.Amarie

Feel free to PM or comment below if you need help, Message me privately if you don’t wanna type here on this post.

11 Likes

Example of how to use gains in your story:

Summary

label Shopping_Swimming
GIRL
What are you doing today

choice
“Shopping”{

BOY
I’m going shopping wanna come?

GIRL
Of course.

gain Shopping
}
“Swimming”{

BOY
I’m going swimming come on

GIRL
Okay I’m going for my swimsuit.

gain Swimming
}

An later on the story before they leave.

BOY
Where did I saw we were going.

if (Shopping){

GIRL
We were going shopping come on

BOY
Okay let’s go.

@GIRL exits left AND BOY exits left
if (Swimming){
GIRL
Swimming come on.

BOY
Okay let’s go.

@GIRL exits left AND BOY exits left
}else{
GIRL
|bold| No where come on

2 Likes

How to use Point System.

Summary

BOY
Hey, wanna go out with me?

choice
“No”{
GIRL
No thanks, I don’t like you

@BOY -1
readerMessage Boy will remember you reject him.

BOY
Okay…

}
“Yes”{

GIRL
Of course I would love to go out with you.

@BOY +1
readerMessage Boy will remember you accept him.

BOY
Thanks, let’s go out
}

At the date

if (BOY>1){
GIRL
You wanna dance with me?

BOY
Yes, of course come on.

}else{

GIRL
You wanna go dance with me?

BOY
No you rejected me, I’m gonna dance with Emily

}

4 Likes

@wincyyellow @Em1 @Emma_episode_03 @XxDiamond_Cherry
@bsimone055 @Licorice @Cass_writes @caitlindrewthis

1 Like

BUMPPP!!! love it

1 Like
Summary

Labels and gotos

You need to be familiar with how to use labels and gotos. It’s a lot easier than it sounds. Essentially, a label is when you basically “name” part of the script and mark it out. Then, later on you can use a goto and this will allow you to return to the label you set up earlier, because the Script Writer then recognises that you “named” this part of the script earlier. Let me show you what I mean. Let’s say we’re doing a choice location scene.

choice
“Go to the park!”{

}”Go to the swimming pool!”{

}

That looks simple enough. But then, how would you be able to let the reader go to the scene of their choice? If it’s only a short scene, you could add the scene into the choice branch. But then, you can’t have labels and dressing games in a choice. So, you could use labels and gotos:

choice
“Go to the park!”{
goto park_fun
}”Go to the swimming pool!”{
goto pool_party
}

After using the goto command, you would then underneath the choice have to have this:

label park_fun
#your scene and dialogue here, however long you want the scene to be

goto end_center

label pool_party
#your scene and dialogue here, however long you want the scene to be

goto end_center

After using this code, you would then need to create a label end_center then underneath continue writing your story (this is where the two activities would merge to after the scene has been completed). It looks a bit confusing at first, but then if you follow the labels and gotos you should be able to make sense of what the reader will see if they select option A or option B. It’s a bit hard to explain, but just try some experimenting!

Scene

choice
“Go to the park!”{
goto park_fun
}”Go to the swimming pool!”{
goto pool_party
}
label park_fun
GIRL
Let’s go to the park an pick flowers for mom

BOY
Okay let’s go come on.

goto end_center

label pool_party
BOY
Jason is keeping a pool an you have to come with me come on.

GIRL
Whatever…ugh…let’s go

goto end_center

1 Like

If you have any problems with your story, Don’t understand this episode new update, just reply below an I will get back to you or someone will also help you.

Cause the Episode community we support and help each other.

1 Like

@CovfefeBoss @Zoe3 @Angie.Episode1 @epy.alainarose @EpisodeLover121 @hibiscusgravy @Hope.K.Writes @LISAANNEMARIEE

1 Like

I need help I ll send you the code when I get home

hi

hey welcome to episode community, how can I help you?

okay, sure, send me when you home.

Can you help me with a wedding template please!!

Hey inbox me an I will help you

1 Like

Okayy

1 Like

Hi!!
I need help with script
but I have no idea about how to use forums and start topics and all.
Can you pls help me?

1 Like

Sure just inbox me

Press on my name, then icon then message me

Hi anyone need help can ask me

2 Likes

hey yeah me

1 Like