I need help coding!

I am sooooo new to this and need help with writing my story. I’m not understanding the coding. I know what I want to write about but i am having the hardest time. I gave up for about three weeks but I really want to learn! Would anyone take the time to help me?!

2 Likes

You should look up Joseph Evan’s videos on YouTube, a lot of people started there, since it teaches you the basics. After that I would look up the tutorials published by Episode and you should definitely check out the tutorials and templates made by @Dara.Amarie, she is amazing. Another great source are the HOW TO-tutorials by @Apes. If you have other questions, this forum is a great place to get some answers.

1 Like

You can PM anytime for any questions! :slight_smile:

1 Like

If you need help, just PM me! I can give you a personal tutorial…

1 Like

hey, could you help me how to code for readers to pick their own name :slight_smile:

1 Like

Yeah, hold on one second. :slight_smile:

Avatar - Name Input {

    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
}

#}

When referring to the character you would put, for example,

CHARACTER
Hello [FIRSTNAME]!

Also, if you need help with coding you can look at the guides on:

Or you can PM me anytime. :slight_smile:

I also have a thread that you can find by clicking on my profile then clicking on it (it’s in the featured topic.):slight_smile:

thank you, shall I just copy that into my script

1 Like

Yup! :slight_smile:

sorry im just being stupid but when I go to preview it, it doesn’t let me put in a name. Im so confused