My story that I created

guys I need help here , I’m trying to write a really good story and I went to making choices for the outfits and this happened and now I’m stuck since this is my first time please help

The problem is that if you want a character to do an animation without talking it has to look like this:

@VIOLET is dustoff_loop

1 Like

When I do outfit choices this is what my coding looks like.

Code

label dressing_game

    SIMONE
(What should I wear?)

choice
“Outfit 1”{

@SIMONE is dustoff_loop

@SIMONE changes into outfit1

}
“Outfit 2”{

@SIMONE is dustoff_loop

@SIMONE changes into outift2

}
“Outfit 3”{

@SIMONE is dustoff_loop

@SIMONE changes into outfit3

}

@pause for a beat

    SIMONE (think)
(Should I wear this or try something else?)

choice
“Wear this outfit.”{

    SIMONE (talk_happy_agree)
(Great!)

}
“Try something else.”{

goto dressing_game

}

1 Like

It won’t let me put the label now :frowning:

It worked ! I love you so much and idk you I’m screaming thank you :heart:

1 Like

Moved to Directing Helps and Tips since it involves coding/scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

No problem. :slight_smile:

1 Like