Hey Dana, in the last episode of my story i’ve let the readers choose them outfits and for the next episode I wanted the script to have the MC put the chosen outfit back in the previous episode but, there is this error “unexpected block_begin” that i can’t fix, here it is.
tysm
I did what you’ve told me to do but there is another error script and it says: Unexpected expression: did you leave out the word “choice” or forget to put a character name in all caps.
That’s what i did
if (weareptwo is “PASTCHOICE”) {
@MC changes into OUTFIT
} else (weareptwo is “PASTCHOICE1”) {
@MC changes into OUTFIT
}elif (weareptwo is “PASTCHOICE2”) {
@MC changes into OUTFIT
}
Sorry for bothering you but please help me
btw: i went to the guide How to remember past choices but, there is always errors in my script again and again
It says that these entries do not exist, they all have the goto before as well
femlcc_hair_x
femlcc_eyes_x
goto femlcc_brows_x
goto femlcc_face_x
femlcc_nose_x
goto femlcc_mouth_x
goto femlcc_x_end
I’m not sure what’s wrong because I copy and pasted from the template in your link, I haven’t changed anything at all other than changing the femaleavatar to my characters name.
Other than following the script code choice, there’s nothing else there. This is new for me so I’m not sure what if/elif/else code is. This is exact how it looks in the script, so I don’t know what’s wrong or how to identify it because nothing is different from the template other than adding my characters name.
Did you put the entire template inside of a choice meaning did you ask your readers if they want to customize or not then put the template inside the “Yes I want to customize” choice option?