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.
How do I add my own backgrounds to my story for a scene?
How do I give people the option to customize their own characters?
How do i give outfit choices?
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.
@[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