I need Coding Help

can i see your whole script like from top to bottom

usuaally choice are suposed to be like this

choice
“Okay miss” {

}
“you cant tell me waht to do” {

}
if (blah) {

[script here]

} elif (blah) {

[script here]

} else {

[script here]

}

or check out

1 Like