Post your script templates here! Official script template sharing thread

I know how to make a premium choice but how do you make it cost diamonds?

Here’s the code I wrote to add a “support me” option. Feel free to change the text and choice name. This template should work for any gem choice :))

    NARRATOR (SOPHIA)
Would you like to support me? You 100% don't have to!

choice (Support me)
“support me!” {
NARRATOR (SOPHIA)
Thank you so much, your support means the world to me! Ily️♥️

} “No thanks!” {

    NARRATOR (SOPHIA)
That's ok! By reading my story, you support me. Thank you!

}

1 Like

Could you pleeeeeaaase do one with 4 choices?
I’ve been getting error :sob:

Do you want all the choices to be gem choices?

No ,i want the last choice to be free .The other 3 choices will cost 5,8,12 in order .

Here’s the code!
Change the narrator’s name, dialogue and gem option names to whatever you like:))

   NARRATOR
    Insert dialogue here

label end_of_chapter

    NARRATOR (CHARACTER)
    Insert dialogue here

choice (Option1)
GEMS:5 “Option1” {
NARRATOR (CHARACTER)
Insert dialogue here

} GEMS:8 “Option2” {
NARRATOR (CHARACTER)
Insert dialogue here

} GEMS:12 “Option3” {
NARRATOR (CHARACTER)
Insert dialogue here

} "No gems option " {

    NARRATOR (CHARACTER)
    Insert dialogue here

}

Hope this helps!

2 Likes

Thank you so so much ,but still getting errors :slightly_frowning_face: .

Hmm, that’s odd. Could you add a photo of the error and where the error is?

Sure :revolving_hearts:

I think you need to format it differently.

Because it’s the last choice, you need to add the curly bracket on a separate row from the option.
Add the Curly bracket after the dialogue where the speaker (pom pom) is speaking.

did that make sense? If not, let me know :grinning_face_with_smiling_eyes:

Example:

} “Choice name”

    NARRATOR 
    Enter dialogue here

}

3e194962-37b3-4345-9cae-789888af1240 (1)

The curly bracket should be at the end of the option and the dialogue, like in the photo :grinning_face_with_smiling_eyes:
hope this works!

1 Like

Thank youuu :sparkling_heart:
Idk where my coding is wrong but I still have error :sleepy:

That’s weird, hmmm… did you copy the code exactly?

thank you!

Never mind ,the problem’s solved thanksss :sparkling_heart: :revolving_hearts:

That’s great! I’m sorry about the problems you were having :// Good luck with your story! :grin:

2 Likes

Tysm love.

No problem! Glad I could help! :grin:

1 Like

does anyone have a INT. NIGHTCLUB BAR - NIGHT template?
just with dancers and things…

thank you :slight_smile:

@lil_blue

I meant to ask, was that the template you needed? If you want, you can change the amount of gems/choices there are. the default amount of gems a choice costs is 15 gems.