Dara Amarie's Official Help Thread! [closed]

Hey Dara so I have a script part where I need the character to exit forward, but every time I try they either exit right or left. Is there a proper command for this?

choice
“Open Message from Phoebe” {
NARRATOR (PHOEBE)
Are you alright? That was some intense scene back there though it was REALLY awesome ;).
gain PICKED_OPTION_1

} “Open Message from Lizzy” {
NARRATOR (LIZZIE)
D! Where you @? You okay?
gain PICKED_OPTION_2

}
}

if (PICKED_OPTION_1) {

    NARRATOR
Notification

choice “Message from Lizzy” {
NARRATOR (LIZZIE)
D! Where you @? You okay?

}
}

else (PICKED_OPTION_2) {
NARRATOR
Notificaion
choice
“Open Message from Phoebe” {
NARRATOR (PHOEBE)
Are you alright? That was some intense scene back there though it was REALLY awesome ;).
}
}
HELP i DONT KNOW WHAT’S WRONG it says that it maybe i didn’t put the word choice or capslock

YOU (talk_neutral)
(What should I wear?)
choice “flowery dress” {
@YOU changes into prettychapter1
gain Pretty_Dress
} “Denim jaket” {
@YOU changes into wednesday
gain Wednesday
} “Cherry red skirt” {
@YOU changes into Cherry red skirt
gain Cherry_Red_Skirt
}

if (Cherry_Red_Skirt) {
@YOU changes into Cherry red skirt
} if (Pretty_Dress) {
@YOU changes into prettychapter1
}
else {
@YOU changes into Wednesday
}
Could anyone tell me what’s wrong with the if/if/else section.

That 2nd “if” needs to be an “elif”

if (Cherry_Red_Skirt) {
@YOU changes into Cherry red skirt
} elif (Pretty_Dress) {
@YOU changes into prettychapter1
} else {
@YOU changes into Wednesday
}

Thank you!

You’ll need to use spot direction and have your character walk to a spot that’s “forward”: Spot Walking (Walking w/Spot Direction)

if (PICKED_OPTION_1) {

} else {

}

1 Like

did you find out if you could?

.

thanks :slight_smile:

you must be sick of seeing me :stuck_out_tongue: ha ha ha

How can I get an outfit that the reader picked to be in the next episode?

: HOW TO: Remember Past Choices (if/elif/else)

1 Like

Now I am having issues with the bubble placements I have them set up to be in specific spots but once it shows on preview it doesn’t look right.

You need to keep placing the speech bubble spot code before each dialogue.

Make sense, thank you. Sorry for bothering so much.

No worries! I never get bothered, I’m always here to help :wink:

1 Like

Hey dara! I was trying to make readers customize the character there playing but theres an error that says that theres no skin tone called Fair Warm.

.

Anytime you have a character do a rear animation, you need to make them face the opposite way. So if you want her to walk to the right while being rear, you need to actually make her face left.

1 Like

can somebody please help? “unexpected dialogue” keeps popping up and i don’t know what’s wrong. this is from dara’s customization template, by the way.

    NARRATOR

   What do you look like?


choice


} "Eyes" {

goto femlcc_eyes2

} "Eyebrows" {

goto femlcc_brows2

} "Face Shape"{

goto femlcc_face2

} "Nose" {

goto femlcc_nose2

} "Mouth" {

goto femlcc_mouth2

} <PREMIUM> "This is perfect!" {

goto femlcc_end2

}