I need some help with dressing game pls

I made a choice but in the next episode she is dressed up something different.
(Sorry for my English)

Have you used gains?

No. I didn’t…

Didn’t you use if/elif/else ?

I don’t think it should do that. For me, it never does that. I’ll see if I can help.

Can I see the code?

This is chapter 2

label choosing_outfit

    LUNA (talk_think_neutral)
(What do I want to wear today?)

choice
“Causal”{

@LUNA walks to screen center in zone 3

@LUNA changes into LUNA_Casual

}
“Strap Yellow Dress”{

@LUNA walks to screen center in zone 3

@LUNA changes into LUNA_default

}

@LUNA walks to screen center in zone 3

@pause for a beat

@pause for a beat

    LUNA
(Do I want to wear this one, or choose something else?)

choice
“Choose this outfit”{

    LUNA (admire_happy)
I look perfect!

}
“Try something else”{

goto choosing_outfit

}

AND this is the start of chapter 3

INT. BLACK - NIGHT
NARRATOR
I Was Bait- Chapter 3

INT. ARCHIVE ROOM - DAY

@zoom reset

@JASON change into JASON_school

@JASON stands screen left AND JASON faces right

@LUNA stands screen right AND LUNA faces left

@LUNA is react_shocked_gasp

@zoom on 0 371 to 292% in 0

@pause for 2

@zoom reset

1 Like

I don’t see anything wrong with it but at worst use gains and if/else statements.

how should I do that?

1 Like

Here this should help:
https://docs.google.com/document/d/1RJbS8bwbPPf_QIw03tx9pr_V8hlgteLRs-qA_4SLHoY/mobilebasic

1 Like

Thank you so much!

1 Like

If you are testing this on the Episode portal page, after continuously testing your story, the character’s outfit will revert back to default. If you test this on the phone, your character’s outfit will be your choice until you change it back to another outfit.
Hope this makes sense.

1 Like

That makes sence now. thank you so much <3

No problem!

If you’re using it on computer, it will revert back to her default outfit every time you press preview. To see what will actually happen when someone reads your story, test it in the mobile app :slight_smile:

1 Like

Also, if you’re trying to get the camera to zoom on LUNA as she’s performing react_shocked_gasp, you should use @LUNA starts react_shocked_gasp rather than @LUNA is react_shocked_gasp :slight_smile:
The only difference is that with “@LUNA is …” is that it will wait for LUNA to finish the action rather than “@LUNA starts …” which will begin the animation, but will move to the next line without waiting for the animation to start.

1 Like

Thank you so much​:heart_eyes::heart_eyes::heavy_heart_exclamation::sob:

1 Like

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