Trying to remember outfit choice from last episode using Dara's dressing temp

I can’t figure out how to remember the outfit choice. I know this uses the point system but I’ve been getting so many errors and I’m so lost.

This is the original coding with the outfits I’m trying to give her to wear from a flashback scene.

This is the new code I’m trying to have her change into for the flashback with the error codes.

Help still needed!

you use it wrongly, first you don’t have those labels in your story - that’s why you’re getting the error, secondly: that simply won’t do, you have to use this:

if (ALAYNA=1) {
@CHARACTER changes into OUTFITNAME1
}
elif (ALAYNA=2) {
@CHARACTER changes into OUTFITNAME2
}
else {
@CHARACTER changes into OUTFITNAME3
}

ofc instead of character and outfitname1/2/3, you have to put name of character that is in your outfit game template and name of the outfit they’re using accordingly ;3

1 Like

It worked, thanks for the help!

1 Like