Hey Guys !!! I have a trouble in remembering my outfit choices …
INT. CUTE BEDROOM GIRL - NIGHT
@NIKKI changes into Dorm outfit
@NIKKI stands screen center
label outfit_choices
NIKKI
(What should I wear?)
choice
“Outfit 1 - BLUE”{
@NIKKI is think_rubchin
@NIKKI changes into BLUE BABE
}
“Outfit 2 - BLUE”{
@NIKKI is think_rubchin
@NIKKI changes into BLUE ELEGANT
}
“Outfit 3 - BLUE”{
@NIKKI is think_rubchin
@NIKKI changes into BLUE SEXY
}
“Outfit 4 - RED”{
@NIKKI is think_rubchin
@NIKKI changes into LOVE RED
}
“Outfit 5 - RED”{
@NIKKI is think_rubchin
@NIKKI changes into TRADITIONAL RED
}
“Outfit 6 - BLACK”{
@NIKKI is think_rubchin
@NIKKI changes into BLACK DRAGON
}
@pause for a beat
@NIKKI is think_rubchin
NIKKI
(Shall I wear this or try something else ??)
choice “Wear this outfit” {
NIKKI (idle_headbob_neutral_loop)
(This is perfect)
} “Try something else” {
goto outfit_choices
}
if (outfit_choice is Outfit 1 - BLUE){
@NIKKI changes into BLUE BABE
}elif (outfit_choice is Outfit 2 - BLUE){
@NIKKI changes into BLUE ELEGANT
}elif (outfit_choice is Outfit 3 - BLUE){
@NIKKI changes into BLUE SEXY
}elif (outfit_choice is Outfit 4 - RED){
@NIKKI changes into LOVE RED
}elif (outfit_choice is Outfit 5 - RED){
@NIKKI changes into TRADITIONAL RED
}else{
@NIKKI changes into BLACK DRAGON
}
Here is my script … Please guys … someone help me…
When I select outfit two , it changes into outfit 6 at the next scene …
Please Help me!!!