Remebering what outfit the reader chose

ok so I had this wrote on the script and when I played it through she didnt wear the outfit I chose from the last episode help??
(and yes I used gains)

if (chose_halloween1) {

@CHANEL changes into CHANEL_halloween1

} elif(chose_halloween2) {

@CHANEL changes into CHANEL_halloween2

}
else {
@CHANEL changes into CHANEL_halloween3
}

can I see the whole script cause it seems like this is a choice aswel

1 Like

or do you mean the previous episode where the dressing game is?

EXT. GREEK ROW PARTY - NIGHT with FEMALEHANDRIGHTTAN
@CHRISTIAN changes into CHRISTIAN_halloween

if (chose_halloween1) {

@CHANEL changes into CHANEL_halloween1

} elif(chose_halloween2) {

@CHANEL changes into CHANEL_halloween2

}
else {
@CHANEL changes into CHANEL_halloween3
}

if (chose_feelingsforchris) {
@cut to zone 1
@overlay FEMALEHANDRIGHTTAN opacity 0
@overlay 6324954888142848_FEMALEHANDRIGHTTAN shifts to -225 -158 AND CHANEL spot 2.680 290 -621 in zone 1 at layer -1 AND CHANEL faces right AND CHANEL is kiss_dip AND CHRISTIAN spot 2.947 308 -710 in zone 1 at layer 1 AND CHRISTIAN faces right AND CHRISTIAN starts kiss_dip_rear
@overlay 6324954888142848_FEMALEHANDRIGHTTAN scales to 0.804 0.804
@overlay FEMALEHANDRIGHTTAN opacity 1

@pause for 2

@overlay FEMALEHANDRIGHTTAN opacity 0
@CHANEL spot 2.680 107 -625 AND CHANEL is flirt_coy AND CHRISTIAN starts idle_rear
CHANEL
(Omg)

} else {

}

1 Like

Reset your flags everytime you preview.

1 Like

flags?? like just reset the app theres nothing wrong in my coding??

I can’t find the error :disappointed_relieved:

When using gains, you gain a flag.

Resetting your flags gets rid of the gain. So you can choose a different one.

ep6 the ep before this one

Choice - Outfit {

@CHANEL stands screen center
@CHANEL faces right
label dressinggame_1
@speechbubble reset

    CHANEL (think)
(I'd like to wear...)

choice (Eps1Outfit)
“Prada Pink.”{
@CHANEL is dustoff_loop
@CHANEL previews outfit CHANEL_halloween1
@CHANEL changes into CHANEL_halloween1
@CHANEL is admire
@pause for a beat
@CHANEL starts idle

    CHANEL (idle_arms_crossed)
(This one really takes the cake)

choice
“Wear this!” {
@CHANEL starts dustoff_loop
@CHANEL changes into CHANEL_halloween1
@remove Red Cup from CHANEL
@add Hair Brush to CHANEL
@CHANEL starts primp_brush_hair
@pause for 2
@CHANEL exits left
####REPLACE THIS WITH ONE OF YOUR OUTFITS####

gain CHANEL_halloween1
#This will let you check if they made this choice later.
goto afterdg1

} “I’ll try something else.” {
@CHANEL is dustoff_loop
@CHANEL unpreviews outfit CHANEL_halloween1
@CHANEL changes into TOWEL_female
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
goto dressinggame_1

}}“Red Devil.”{
@CHANEL is dustoff_loop
@CHANEL previews outfit CHANEL_halloween2
@CHANEL changes into CHANEL_halloween2
@CHANEL is admire
@pause for a beat

    CHANEL (idle_arms_crossed)
(I was always told red is my colour.)

choice
“Wear this!” {
@CHANEL is dustoff_loop
@CHANEL changes into CHANEL_halloween2
gain CHANEL_halloween2
@remove Red Cup from CHANEL
@add Hair Brush to CHANEL
@CHANEL starts primp_brush_hair
@pause for 2
@CHANEL exits left
#This will let you check if they made this choice later.
goto afterdg1

}“I’ll try something else”{
@CHANEL is dustoff_loop
@CHANEL unpreviews outfit CHANEL_halloween2
@CHANEL changes into TOWEL_female
@CHANEL starts idle_arms_crossed
goto dressinggame_1

}
}“Back to Black.” {
@CHANEL is dustoff_loop
@CHANEL previews outfit CHANEL_halloween3

    CHANEL (think)
...

choice
“Wear this!” {
@CHANEL is dustoff_loop
@CHANEL changes into CHANEL_halloween3
gain CHANEL_halloween3
@remove Red Cup from CHANEL
@add Hair Brush to CHANEL
@CHANEL starts primp_brush_hair
@pause for 2
@CHANEL exits left
#This will let you check if they made this choice later.
goto afterdg1

    CHANEL (primp_condescend)
(Im slaying every single epy girl rn.)

}“I’ll try something else”{
@CHANEL unpreviews outfit CHANEL_halloween3
@CHANEL changes into TOWEL_female
@CHANEL starts idle_arms_crossed
goto dressinggame_1

goto afterdg1
}
}

label afterdg1

#}

change chose_halloween1 in CHANEL_halloween1
change chose_halloween2 in CHANEL_halloween2
change chose_halloween3 in CHANEL_halloween3

I hope this works :pray:

1 Like

tysm(:

1 Like

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

1 Like

Here are templates if you need them for future scenes :slight_smile:

1 Like

I don’t know now, but before you couldn’t remember outfits

1 Like

This coding is not new :smile:

1 Like

I know but sometimes the update things :joy:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.