"Stupid" questions that never get answered? Get The Help Here!

Yep exactly like that, how would I put that into the script if it is possible?

Exactly like I wrote above :slight_smile: just pick how many seconds you want :slight_smile:

Perfect! Thank you!

It is now saying that I cannot have one character immediately following another? Not sure what I have done but obviously not the right thing ahaha

You must have a character following another one :joy:

Which is:

CHARACTER
CHARACTER2

You need a line of dialogue for your characters

Ok alright I will sort it out, thank you!

Thanks! I’ll try it.

How can you delete a character on the updated writers portal?

You would have to first remove that character from all your scripts. If you don’t see the delete option in your character settings, then they’re in your script.

Ok thank you

How do I give the reader option to change hair. I saw the tutorial to teach about clothing choices but I son’t know how to give them choices on hair?

It’s the same concept but instead of using the command @CHAR changes into outfit_name, you use: @CHAR changes hair into Hair Name

are the hair names just what it is labled under in the create char spot?

Yes

1 Like

Sooo i know this is probably gonna be right but i just had to check, i have 2 different characters that i want to have sunglasses on at certain times so does that mean i need to make a whole new outfit or just sunglass outfit? or is there an easier way?

You’ll have to make a whole new outfit

thats what i thought i just wanted to confirm. Thank you btw that spot directing guide has helped me alot thanks @RudeInception

Glad to hear it, babes

image

1 Like

omg my man!! lol :wink: :heart_eyes: im rewrite my story from the beginning now that i know how to use spot yay!!!

Can someone explain to me what I’m doing wrong? I created my own natural lip color template but the Done button isn’t working. Here’s the script

label Natural_Lip_Color

    NARRATOR (AUTHOR)
What is your natural lip color?    

choice
“Dark”{
gain Dark
goto Natural_Lip_Color
}“Rosewood”{
gain Rosewood
goto Natural_Lip_Color
}“Umber”{
gain Umber
goto Natural_Lip_Color
}“Mocha”{
gain Mocha
goto Natural_Lip_Color
}“Taupe”{
gain Taupe
goto Natural_Lip_Color
}“Toffee”{
gain Toffee
goto Natural_Lip_Color
}“Terracotta”{
gain Terracotta
goto Natural_Lip_Color
}“Olive”{
gain Olive
goto Natural_Lip_Color
}“Sand”{
gain Sand
goto Natural_Lip_Color
}“Dune”{
gain Dune
goto Natural_Lip_Color
}“Blush”{
gain Blush
goto Natural_Lip_Color
}“Champagne”{
gain Champagne
goto Natural_Lip_Color
}“Ivory”{
gain Ivory
goto Natural_Lip_Color
} “Try Other Colors” {
goto Natural_Lip_Color
} “Done” {
goto Natural_Lip_Color
}