Pleeease someone help. I can’t seem to make her change into the outfit that she chose previously.
Need someone to view it through their eyes, I’ve been sat here for an hour scratching my head at this.
This is the script so far -
label outfit_1
@pause for a beat
NARRATOR
Which one do you like best?
@zoom on 640 3 to 200% in 1.5 @zoom on 640 299 to 200% in 1.5
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{ @zoom on 794 175 to 200% in 1.5 @zoom on 783 463 to 200% in 1.5
goto outfit_2
}
“Choose outfit 1”{
NARRATOR (HAZEL)
This is my favourite.
goto chose_dress
}
label outfit_2
@pause for a beat
NARRATOR
This one?
choice (outfit)
“Next outfit -->”{ @zoom on 958 4 to 200% in 1.5 @zoom on 960 230 to 200% in 1.5
goto outfit_3
}
“<-- Previous outfit”{ @zoom on 783 463 to 200% in 1.5
goto outfit_1
}
“Choose outfit 2”{
NARRATOR (HAZEL)
This is my favourite.
goto chose_dress
}
label outfit_3
@pause for a beat
NARRATOR
This one?
choice (outfit)
“<-- Previous outfit”{ @zoom on 783 463 to 200% in 1.5
goto outfit_2
}
“Choose outfit 3”{
NARRATOR (HAZEL)
This is my favourite.
goto chose_dress
}
label chose_dress
@zoom reset
INT. WALKINCLOSET - DAY
@transition fade in black
@HAZEL stands upscreen left in zone 2 AND NATHAN stands back right in zone 2 AND NATHAN is idle_sit_anklescrossed_neutral_loop AND NATHAN spot 0.840 190 199 in zone 2
I’m wanting her to go to a party in the next scene… Would I add the if/elif stuff again regarding the outfit change or will it stay like it until I make her change again manually?
Kinda got it working. But it’s only working for the first outfit, so outfit 1 is working but when I press choose outfit 2 it automatically makes her change into outfit 1.