Can anyone give me a good script template or advice for a good clothing SCENE?

I could use some help or tips? Anything would help to make me become a better writer!

What kind of tips or help would you want?

here’s a random one I just thought of. Always always ALWAYS use transitions when you end a scene or something like that.

Ex.

@/transition fade out black
INT. BLACK - DAY
@/transition fade in black

You can use different colors AND there are different types of transitions too!

(If you already knew that, then that’s fabulous and you are on the right track! :+1: )

Template by Dara. Be sure to credit her

1 Like

Thx!

anytime! :wink: :revolving_hearts:

Do u have one for like a lot of outfits like 6?

label dressing_game_1

    CHARACTER
What do I want to wear?

Choice (OUTFIT_1)
“Outfit 1” {
@CHARACTER changes into Outfit1
#insert script here

} “Outfit 2” {
@CHARACTER changes into Outfit2
#insert script here

} “Outfit 3” {
@CHARACTER changes into Outfit3
#insert script here

} “Outfit 4” {
@CHARACTER changes into Outfit2
#insert script here

} “Outfit 5” {
@CHARACTER changes into Outfit2
#insert script here

} “Outfit 6” {
@CHARACTER changes into Outfit2
#insert script here
}

    CHARACTER
Do I want to wear this one?

choice
“It’s perfect!” {
#insert script here

} “No, I want to try on the others!” {
goto dressing_game_1
}

Still give creds to Dara. I just added more choices lol.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.