Coding Helper Is Here!

I can help you with coding!
No credit needed.
Just helping people to finish their stories.

ASK HELP FORM MISS BARBIE!

2 Likes

Thank you. I will keep in notice

2 Likes

Hey,:blush:
I am starting to writing to episode stories:wink:, but i am a begginer and the english is not my first language. :sweat:
Please can you help me with, how the raders of my stories can make choises about their character, their style and how they can choose a name in the story?:relaxed::blush: Althought how can one character hold a baby?:+1:
Sorry for the few question:cry: and i will be glad if you help me!:hugs:

2 Likes

Character customize:

Name:

    NARRATOR
So... what's your name?

label first_name_input

input What’s Your First Name?|What’s Your First Name?|Done(FIRSTNAME)

if (FIRSTNAME is “”) {

    NARRATOR
You do need a name...

goto first_name_input

} else {
continue
}

(BTW if you want to like this

@CHARACTER

(NAME) Can you come here?

Put

@CHARACTER

[FIRSTNAME] Can you come here? )

Baby holding:

@add Baby Swaddle Pink Blanket to CHARACTER
@CHARACTER is idle_baby_neutral_loop

thank you,
but i have a problem in your code, because in (BTW if you want to like this it is saying me that : error expected character or scense:cry::cry:

1 Like

Hmm…Did you replace CHARACTER to your character code name?

I am trying to make warning choice with 3 choices but i don’t know how to do it without it chossing a different choice. Please help.

Is that what you meant?

@CHARACTER/ NARRATOR

choice " 1st choice" {

} “2nd choice”{

}“3rd choice” {

}

Yeah but like where the readers get to like skip a scene and it won’t play
@CHARACTER/ NARRATOR

choice " Skip {

} “What is the warning about?”{

}“Don’t skip” {

}
And they go back to the choices if they clicked the middle one and plays it normally when they

I don’t get it :thinking: Can you tell again?

Ok so you know how on character customize you can go to change other features I want to do something like that in the middle choice

Then the first its a skip so you skip the inappropriate scene

Then the last you can normally play the inappropriate scene

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.