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

Ok, if you’ve read Back & Forth all the way, you’ll see the male mc’s childhood gf cheating on him with someone with actual visible muscles, is that just a special perks thing or…?

Yes, it’s only available for featured stories

I have a super basic question: How do you add ‘authors notes’ to the beginning or end of an episode? Does anybody have the coding that I can use for that please?

You can use Narrator bubble and create a character named as you or just author

NARR (AUTHOR)
Note.

Or use reader message which will appear from the top of the screen and stay for about 5sec

readerMessage your message here

I’m having problems with a characters outfit. When I restart the scene of the web previewer the character is in the outfit that he isn’t suppose to be in until the end of the scene. Here is the script:

@transition fade out black 2
INT. CLASSIC LIVING ROOM - DAY

&REESE spot 0.915 268 163 in zone 2 and REESE is idle_sit_sad_loop
@pause for a beat

    NARR
Reese's living room.

@pan to zone 2

    REESE (idle_sit_serious_loop)
(Why can't I keep calm right now? I feel agitated.This can't be about what Nina said?)

@pan to zone 1
@JAMES enters from left to screen left

    JAMES (talk_greet_neutral)
Reese, your home. I need to talk to you about something important.

@JAMES walks to screen left in zone 2 and REESE is standup_neutral
@REESE walks to screen right in zone 2 and REESE faces left
@pan to zone 2

    REESE (talk_exhausted)
What did you want to talk about, Dad?

    JAMES (talk_sheepish_rubneck)
This is going to sound crazy and far fetched but I just want you to know it is the truth.

    REESE (talk_doubtful)
What is it, Dad? Why would I not believe you?

    JAMES (talk_explain_neutral)
Well...I'm-What's wrong, Reese?

@REESE is idle_exhausted_cramp_loop

    REESE (talk_exhausted)
I have a really bad headache and back ache for some reason.

@REESE is idle_exhausted_cramp_loop

    JAMES (talk_confused_mindblown)
Oh NO! This wasn't suppose to happen yet!

    REESE (talk_exhausted)
What do you mean this wasn't suppose to...OW!

@REESE changes into REESE Dragon Oufit

    REESE (talk_confused_mindblown)
WHAT THE HELL? I HAVE HORNS AND WINGS!?

If they’re wearing the outfit you made them change into later on in your script at the beginning of the episode or where you save and test from, then it’s a glitch. Episode has this weird glitch where the character wears the last outfit they tried on

Not to worry, though, it’s only visible to you. Your readers will not experience this glitch, luckily.

1 Like

Okay, good! I forget about the web previewer’s glitches sometimes. I haven’t had any happen in quite awhile except when I was putting this one outfit on my username character in the story. It made the character walk in nude in the app. Then on the web previewer part of the outfit had turned white but she was wearing it. I put her in that outfit in the beginning of the next episode and she wore it perfectly. It was weird.

Yeah, some glitches are so weird :rofl: :revolving_hearts:

1 Like

Lol very true! :smile_cat:

1 Like

hi , i’m newbie in here…
so, hmm… :

  1. i already searching script for incoming messaging but i cannot found.
    can you help me to share script for incoming messaging and sent messaging?

  2. then the second is, if i make script for new name (for reader) , our characther name will automaticly changing right ? so can you share script for first name and last name?

  3. how to writing expressed from the heart in box narrator with our character name on the box?

thank’s before

  1. There’s many ways to make people message each other, the basic one is just use a cell phone background and use NARRATOR with the name of the character

INT. CELLPHONE - DAY
@CHARACTER stands screen center in zone 2
@CHARACTER2 stands screen center in zone 2
NARR
You have 1 new message.
choice
“Open”{
CHARACTER
Are we going out tonight?
}
CHARACTER2
Yes!
choice
“Send”{
NARR
Message sent.
}

  1. Check this thread for type in choices :slight_smile:

A Guide to Typed-in Choices

  1. It’s just:

NARRATOR (CHARACTER NAME)
Text.

1 Like

Thank you very much for replying to all my questions…:pray::pray::pray::pray::pray:
now I can continue my story :blush:

1 Like

Hey I got a question! How can I delete a story that I will never publish? cause the website doesn’t show a “delete” button :frowning:

You, can’t but please support this thread:

1 Like

did i missed something?

ohh my bookmark :sweat_smile:

You need to capitalise “I” also you need a dialogue before the word choice

1 Like

ah yeah capitalise :woman_facepalming:

dialogue before the word choice ?:thinking:
example?

NARR
Dialouge.
choice
“CHOICE”{

}

Like in example I left you above.

still don’t understand:rofl::joy::woman_facepalming::pray::pray:

INT. CELLPHONE - DAY

NARRATOR
You have 1 new message.
choice
“Open your message” {
NARRATOR (JOE)
Sasha, i’m still in Mr.ROy office :frowning:
He really upset…
I can’t meet with you and Makayla, so you can go home without me
}
choice
“Send”{
NARRATOR (SASHA)
Ok, goodluck with Mr.Roy :smiley:

    NARRATOR
Message sent.

}

You need a dialogue before the WORD choice. That the way it has to be otherwise you’ll get an error.

1 Like