I really need someone to help me with a few questions i have about creating a story

Hello i have just recently decided to create my own episode story. I have so many questions. If someone could help me by answering some of them it would mean the world to me.

  1. How do I add my own backgrounds to my story for a scene?
  2. How do I give people the option to customize their own characters?
  3. How do i give outfit choices?
  4. How do i give multiple endings?
    I am so sorry to ask so many questions but i am truly lost. I have wanted to do this for long but I have never been able to figure it out. Again if someone could help me it would mean alot.
    Thanks in advance.

-Tris10

  1. Go to the Art Catalog in the portal. You can upload your own backgrounds and overlays there

image

  1. If you go to my profile and click on the link in my bio, I have character customization templates there for you to use in your script.

  2. I also have an outfit choice template in my link.

  3. Hopefully my guide on how to remember can help you figure out to have multiple endings. You will have to use the if/elif/else method.

2 Likes

Thank you so much. Ive been so lost.

1 Like

You’re very welcome! :smiley:

1 Like

Here’s a template for Female Limelight (From user Andreea1)
Here’s one for Male Limelight (also from Andreea1)
You can change the names from FEMALECHARACTER or MALECHARACTER to whatever other names you may have in mind, and you should be good to go! Happy Writing!

2 Likes

Thank you so much for helping.

1 Like

Can you use your own backgrounds to creat a story on mobile app?

No you can’t. There’s not much you can do in mobile creation.

Nope, it is pretty limited on the app :confused:

Outfit choices:

@[NAME] stands screen center
@[NAME] faces right
label dressinggame_1
@speechbubble reset

    [NAME] (think)
(I'd like to wear...)

choice (Eps1Outfit)
“Something flirty.”{
@[NAME] previews outfit SampleGirlOutfit
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@[NAME] is admire
@pause for a beat
@[NAME] starts idle

    [NAME] (idle_arms_crossed)
(I love this look! I'll catch the eye of someone cute!)

choice
“Wear this!” {
@[NAME] changes into SampleGirlOutfit
####REPLACE THIS WITH ONE OF YOUR OUTFITS####

gain SampleGirlOutfit
#This will let you check if they made this choice later.
goto afterdg1

} “I’ll try something else.” {
@[NAME] unpreviews outfit SampleGirlOutfit
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
goto dressinggame_1

}}“Something comfortable.”{
@[NAME] previews outfit SampleGirlOutfit2
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@[NAME] is admire
@pause for a beat

    [NAME] (idle_arms_crossed)
(This look let's me really feel like me!)

choice
“Wear this!” {
@[NAME] changes into SampleGirlOutfit2
####REPLACE THIS WITH ONE OF YOUR OUTFITS####

gain SampleGirlOutfit2
#This will let you check if they made this choice later.
goto afterdg1

}“I’ll try something else”{
@[NAME] unpreviews outfit SampleGirlOutfit2
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@[NAME] starts idle_arms_crossed
goto dressinggame_1

}
}“What I have on.” {

    [NAME] (primp_condescend)
(I already look great!)

goto afterdg1
}

label afterdg1

@[NAME] starts idle_happy

#}

1 Like

I clicked create a story icon so much but it doesn’t open what I’ll do