Dressing games in my story not working

I am having a very hard time getting my dressing games to work! I used Joseph Evans tutorials on YouTube but they didn’t work so I did another search thinking it was outdated and tried amira something which also didn’t work so I tried templates which also didn’t work so then I went to episodes how to page and I tried what it said and then I copy and pasted episodes script for it as a base and changed the dialogue and such to my own, and it still didn’t work! I’m at a complete loss help please! I have no idea what to do now!

1 Like

Lol at this.

Anyways, if no templates are working for you then you must not be doing something correctly. What errors are you getting? Can you explain in more detail about what exactly doesn’t work for you?

1 Like

Maybe I can help. What template do you want exactly?

1 Like

Just a dressing game that’s really it I don’t mind if it’s special or not it’s my first story

I keep getting errors when I do whatever the error thing tells to do to fix the error then a new one comes up and I copied and pasted the code and it just didn’t work but on the code I was looking at they had another code next to it. That I didn’t copy it said id need it later. So I was like okay maybe I’ll do it after I finish this complicated piece but it didn’t get accepted. I’m going to guess that’s my problem. And Thanks Amarie not Amira whatever I said

1 Like

So the extra code in the box of the template is the remember outfit codes so it can remember what outfit you choosed.

1 Like

Yes that’s exactly what it was! But I could put my script on here later on tonight I just gotta get on my PC and that’s it

1 Like

INT. BLACK - NIGHT

    NARRATOR

To be continued..

#Picking names and outfits

label start

INT. WALKINCLOSET - DAY

@cut to zone 2

@ALEX stands screen right

@ALEX faces left

@ALEX walks to spot 1.280 237 17

@DANIELLE changes into DANIELLE_default

@DANIELLE enters from left to screen left

@DANIELLE walks to spot 1.280 92 2

    ALEX (talk_smile_happy_loop)

Ready for this tutorial on changing names and outfits?



    DANIELLE (talk_excited_happy)

Of course! This one is totes my fav!



    ALEX (talk_agree_happy)

But first, let's change your name!

Avatar - Name Input {

    NARRATOR

What should I be called?

label name_input

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

if (DANIELLE is “”) {

    NARRATOR

I do need a name...

goto name_input

} else {

continue

}

#}

    ALEX (laugh_chuckle)

Okay [DANIELLE], let's get started.

label 1_1_dressinggame

    ALEX (talk_neutral)

What are you in the mood for?



    DANIELLE (talk_think_neutral)

I want to wear something...

choice (OUTFIT)

“Punky” {

@DANIELLE exits left

@DANIELLE changes into DANIELLE_EDGY

@DANIELLE enters from left to screen left

@DANIELLE walks to spot 1.280 92 2

if (TRIED_PREPPY) {

    DANIELLE (talk_gossip)

I love it!



    ALEX (laugh_giggle)

Me too!

} else {

    DANIELLE (talk_think_neutral)

Hmm. What do you think?



    ALEX (talk_agree_happy)

It's definitely a look. I think you can pull it off.

gain TRIED_PREPPY

}

} “Cute”{

@DANIELLE exits left

@DANIELLE changes into DANIELLE_outfit3

@DANIELLE enters from left to screen left

@DANIELLE walks to spot 1.280 92 2

if (TRIED_CASUAL) {

    DANIELLE (talk_excited_happy)

This is perfect! I don't want to look like I'm trying too hard.



    ALEX (talk_armsraised_neutral)

Laid-back is a classic look. You're totally owning it.

} else {

    DANIELLE (talk_think_neutral)

Hmm, what do you think?



    ALEX (talk_agree_happy)

You look like you put no effort into your outfit, in a good way!

gain TRIED_CASUAL

}

}“Classy”{

@DANIELLE exits left

@DANIELLE changes into DANIELLE_CLUB

@DANIELLE enters from left to screen left

@DANIELLE walks to spot 1.280 92 2

if (TRIED_CLASSY){

    DANIELLE (talk_primp_neutral)

Wow! This dress is incredible.



    ALEX (talk_agree_happy)

And it fits you perfectly!

} else {

    DANIELLE (talk_think_neutral)

Hmm, what do you think?



    ALEX (talk_agree_happy)

It's a statement piece and it fits you perfectly.

gain TRIED_CLASSY

}

}

    ALEX (talk_apathetic)

So, are you happy with this outfit?



    DANIELLE (think_rubchin)

Umm,

choice

“No.” {

    DANIELLE (talk_doubtful)

I need to try those other looks again.

redo 1_1_dressinggame

} “Yes.” {

    DANIELLE (talk_excited_happy)

It's perfect. Thank you so much Alex!

}

    ALEX (talk_agree_happy)

You're very welcome!

@DANIELLE exits left

    ALEX (flirt_wink_atcamera)

And now our new writers can add dressing games to their stories!



    NARRATOR

Tap to play this again!

goto start

INT. BLACK - NIGHT

@KUBIES NARRATOR enters from left to screen left

    KUBIES NARRATOR

Hello everyone!



    KUBIES NARRATOR

I just wanted to say my home life wasn't all that great well some good things did happen



    KUBIES NARRATOR

Quite a bit of bad things happened that was kind of a push into the direction i went later in this story



    KUBIES NARRATOR

Well ill let you get to it. Till next time! BYE

@KUBIES NARRATOR is exits right

label start

INT. WALKINCLOSET - DAY

@KUBIES enters from right to screen right in zone 2

    KUBIES (yawn_bored)

I absolutely hate Mondays!

@KUBIES is sigh_disappointed

    KUBIES (think_rubchin)

(What do I want to wear?)

label Getting_Dressed

    KUBIES (talk_think_neutral)

I want to wear something...

choice (OUTFIT)

“Punk princess” {

    KUBIES (talk_neutral)

What outfit am i feeling today, hmm?

@KUBIES exits left

@KUBIES changes into Outfit 1

@KUBIES enters from left to screen left

@KUBIES walks to spot 1.280 92 2

if (Tried_punk) {

@KUBIES is flirt_shy_pose

    KUBIES (think_rubchin)

Do i really want to wear this?

} else {

    KUBIES (talk_think_neutral)

Hmm. Do i really want this outfit?

gain Tried_punk

}

} “Tomboy”{

@KUBIES exits left

@KUBIES changes into Outfit 2

@KUBIES enters from left to screen left

@KUBIES walks to spot 1.280 92 2

@KUBIES is run_athletic_neutral_pose

if (Tried_Tomboy) {

@KUBIES is run_athletic_neutral_pose

@KUBIES is laugh_giggle

} else {

gain Tried_Tomboy

}

}

    KUBIES

Such a sporty look!

} “Rock_godess”{

    KUBIES

I absolutely love this one!

@KUBIES exits left

@KUBIES changes into Outfit 3

@KUBIES enters from left to screen left

@KUBIES walks to spot 1.280 92 2

if (tried_Rock_godess) {

    KUBIES

This outfit is adorable!

} else {

    KUBIES

It's so beautiful!

@KUBIES is flirt_wink_atcamera_pose

gain Rock_godess

    KUBIES (talk_primp_neutral)

I look so hot in this outfit!

choice “No.” {

    KUBIES (talk_doubtful)

I need to try those other looks again.

redo 1_1_dressinggame

} “Yes.” {

    KUBIES (talk_excited_happy)

It's perfect. Thank you so much Alex!

}

@KUBIES exits left

    KUBIES (flirt_wink_atcamera)

And now our new writers can add dressing games to their stories!



    NARRATOR

Tap to play this again!

goto start

1 Like

What’s the problem?

I honestly have no idea

1 Like

Is there any errors in ur code? It looks fine 2 me.

1 Like

It kept saying their was but I couldn’t see any either and I just kept redoing it over and over trying to get it to work but got the same message

1 Like

You can please directly say what the error message says? Maybe screenshot it.

Yes

1 Like

Okay

1 Like

1 Like

Can I see what line the error message is perfering to?

I think on line 107, try to add a open bracket right above that line.

I was thinking maybe it was because I wanted to use 7 outfits but I also thought why would that matter. I figured episode knew some people wanted more then a few outfits so why make such a small limit

1 Like