What the fuck is that??, Whether I give 3 outfits choice or 4 outfit choiceâŠit shows this
look
Please someone help me out of this problemâŠ
What the fuck is that??, Whether I give 3 outfits choice or 4 outfit choiceâŠit shows this
look
Please someone help me out of this problemâŠ
You donât need the condition next to else. Else should be on itâs own.
if (option_1 is option1) {
} if (option_2 is option2) {
} else {
}
I think that you donât need to write anything after else. So it should be like this:
} else {
Your scene
}
I wrote like this
Then whatâs the problem now??? Whenever i chose option 4, Jane only wear her Default outfit⊠Wtf is this!
Help me
I wrote like this⊠But look at now
Then whatâs the problem now?? Whenever i chose option 4, Jane appears with her Default dress⊠Wtf! Help me out
Try like this:
} else {
@CHARACTER changes into OUTFIT 4
}
Are you trying to let the reader choose an outfit or remember an outfit the reader has chosen before
What exactly are you trying to do? The coding is wrong. What did you name the outfit choice? For example -
choice (OUTFIT)
âOption1â{
}
âOption2â{
}
âOption3â{
}
When you want to remember this outfit choice-
if(OUTFIT is âOption1â){
}elif(OUTFIT is âOption2â{
}else{
This will be Option3
}
Remember the chosen outfit
R u sure?
Yes Iâm sure. You need to put your choice name in the brackets first then the actual choice in the quotation marks. Also, if youâre previewing on the portal, it doesnât remember choices your characters will automatically just be in their default outfits. Best to test choice outcomes on the app
Okay⊠Iâll let you know tomorrow⊠Ok?