Hello all.
I have a problem.
I have a scene where character chooses the wedding dress among different outfits and the one she chooses needs to be memorized by the script for the chapter where there is going to be the actual wedding, and she will be wearing the dress the reader chosed, but I have no clue what do I need to do to make it happen.
I used Joseph Evanses template but don’t know how to turn it into script with gains that will actually remember the readers choice for when I’m going to need it (not in the same episode).
I am copying the script under if there is some good soul willing to help me out with this.
Thank you so much <3
@DOLL spot 0.840 65 210 in zone 2 at layer -2 AND DOLL faces left
@DOLL1 spot 0.840 164 210 in zone 2 at layer -1 AND DOLL1 faces left
@DOLL2 spot 0.840 262 210 in zone 2 at layer 0 AND DOLL2 faces left
@DOLL starts idle
@DOLL1 starts idle
@DOLL2 starts idle
@DOLL3 spot 0.840 65 210 in zone 3 at layer -2 AND DOLL3 faces left
@DOLL4 spot 0.840 164 210 in zone 3 at layer -1 AND DOLL4 faces left
@DOLL5 spot 0.840 262 210 in zone 3 at layer 0 AND DOLL5 faces left
@DOLL3 starts idle
@DOLL4 starts idle
@DOLL5 starts idle
@CHAR1 spot 0.920 -100 148
@CHAR2 spot 0.920 -110 148
&CHAR1 walks to spot 0.920 77 148 in zone 1 in 2 and CHAR1 faces right and CHAR1 is walk_neutral_loop
@CHAR2 walks to spot 0.920 186 148 in zone 1 in 2 and CHAR2 faces right and CHAR2 is walk_neutral_loop
(DIALOGUE)
@pan to zone 2
@pause for a beat
@pan to zone 3
@pause for a beat
@pan to zone 2
@zoom on 320 270 to 231% in 3
label outfit1
@pause for a beat
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{
@zoom on 490 270 to 231% in 0.5
goto outfit2
}
“Choose outfit 1”{
NARRATOR
This one is my favourite.
goto chose_dress
}
label outfit2
@pause for a beat
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{
@zoom on 640 270 to 231% in 0.5
goto outfit3
}
“<-- Previous outfit”{
@zoom on 320 270 to 231% in 0.5
goto outfit1
}
“Choose outfit 2”{
NARRATOR
This one is my favourite.
goto chose_dress
}
label outfit3
@pause for a beat
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{
@pan to zone 3 in 0.5
goto outfit4
}
“<-- Previous outfit”{
@zoom on 490 270 to 231% in 0.5
goto outfit2
}
“Choose outfit 3”{
NARRATOR
This one is my favourite.
goto chose_dress
}
label outfit4
@pause for a beat
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{
@zoom on 800 270 to 231% in 0.5
goto outfit5
}
“<-- Previous outfit”{
@pan to zone 2 in 0.5
goto outfit3
}
“Choose outfit 4”{
NARRATOR
This one is my favourite.
goto chose_dress
}
label outfit5
@pause for a beat
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{
@zoom on 960 270 to 231% in 0.5
goto outfit6
}
“<-- Previous outfit”{
@zoom on 640 270 to 231% in 0.5
goto outfit4
}
“Choose outfit 5”{
NARRATOR
This one is my favourite.
goto chose_dress
}
label outfit6
@pause for a beat
NARRATOR
This one?
choice (outfit)
“<-- Previous outfit”{
@zoom on 800 270 to 231% in 0.5
goto outfit5
}
“Choose outfit 6”{
NARRATOR
This one is my favourite.
goto chose_dress
}
label chose_dress
@cut to zone 1
Is this the dress you want to wear?
choice
“Yes, that dress is stunning!”{
CHAR1 (talk_excited_happy)
Yes, that dress is stunning!
}
“Not anymore! Let me have another look!”{
CHAR1 (think_rubchin)
Not anymore! Let me have another look!
@CHAR1 faces right and CHAR1 is idle
@pan to zone 2
@zoom on 320 270 to 231% in 3
goto outfit1
}
(DIALOGUE)
if (outfit is “Choose outfit 1”){
@CHAR1 changes into WEDDING DRESS
}elif (outfit is “Choose outfit 2”){
@CHAR1 changes into WEDDING DRESS1
}elif (outfit is “Choose outfit 3”){
@CHAR1 changes into WEDDING DRESS2
}elif (outfit is “Choose outfit 4”){
@CHAR1 changes into WEDDING DRESS3
}elif (outfit is “Choose outfit 5”){
@CHAR1 changes into WEDDING DRESS4
}else{
@CHAR1 changes into WEDDING DRESS5
}