I need help with messages , someone?

Hi! Your label on Mom’s doesn’t track back to the same one! Yours says read_more when your original label is read_message. That’s why it isn’t going back. I hope this fixes the problem!

Your portal is telling you on the side that read_more doesn’t exist because you started with read_message.

I see the read_more in the brackets with Kyle. I’m pretty sure you can’t put a label in a choice. It has to come before or after. Maybe model it like this:

NARR
What messages would you like to view?

choice “Mom” {
Blah blah blah
goto read_message
} “Kyle” {
Blah blah blah
goto read_message
} “Done” {
Blah blah blah
continue
}