Could someone help fix this? I'm not good at choices

    CID (think)
(What should I wear today?)

choice
“Chill” {
#beat starts
@CID starts dustoff_loop
@CID changes into CID_default
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Sunny and Bright” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into sundress
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Prep Girl” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into preppy
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Love at first sight” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into romantic
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
@pause for a beat

label DECIDE
CID (think)
Am I happy with this?

choice
“Uh…Hell yeah!” {
}
CID (primp)
(Perfect)
choice
“No, I wanna check again” {
}

    CID (cough)
(Gross)

choice
“Chill” {
#beat starts
@CID starts dustoff_loop
@CID changes into CID_default
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Sunny and Bright” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into sundress
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Prep Girl” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into preppy
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Love at first sight” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into romantic
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
@pause for a beat

label DECIDE
CID (think)
Am I happy with this?

choice
“Uh…Hell yeah!” {
}

"No, I wanna check again" {

}

choice
“Chill” {
#beat starts
@CID starts dustoff_loop
@CID changes into CID_default
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Sunny and Bright” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into sundress
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Prep Girl” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into preppy
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Love at first sight” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into romantic
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
@pause for a beat

label DECIDE
CID (think)
Am I happy with this?

choice
“Uh…Hell yeah!” {
}

"No, I wanna check again" {

}

choice
“Chill” {
#beat starts
@CID starts dustoff_loop
@CID changes into CID_default
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Sunny and Bright” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into sundress
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Prep Girl” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into preppy
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
“Love at first sight” {
#beat ends
#beat starts
@CID starts dustoff_loop
@CID changes into romantic
&CID moves to layer 1
@pause for a beat
#beat ends
#beat starts
goto DECIDE
}
@pause for a beat

label DECIDE
CID (think)
Am I happy with this?

choice
“Uh…Hell yeah!” {
}

"No, I wanna check again" {

}

    CID (talk_shrug)
Maybe not...
1 Like


He explains how to do it really well

ok thank you

label outfit
CID (think)
(What should I wear today?)
choice
“Chill” {
@CID starts dustoff_loop
@CID changes into CID_default
&CID moves to layer 1
@pause for a beat
goto DECIDE
}“Sunny and Bright” {
@CID starts dustoff_loop
@CID changes into sundress
&CID moves to layer 1
@pause for a beat
goto DECIDE
}“Prep Girl” {
@CID starts dustoff_loop
@CID changes into preppy
&CID moves to layer 1
@pause for a beat
goto DECIDE
}“Love at first sight” {
@CID starts dustoff_loop
@CID changes into romantic
&CID moves to layer 1
@pause for a beat
goto DECIDE
}

label DECIDE
CID (think)
Am I happy with this?

choice
“Uh…Hell yeah!” {
CID (primp)
(Perfect)

}“No, I wanna check again” {
CID (cough)
(Gross)
goto outfit
}