Dara Amarie's Official Help Thread! [closed]

choice
“Option” {

if (blah) {

} elif (blah) {

} else {

}

}

1 Like

AHhhHH THANK YOU

1 Like

Why would you want to make a locked choice? Examples? I’m just curious.


Please help me with this if-else error… I have not completed the branching yet but the brackets are ok i suppose…

If you’re trying to do an if/else with locked choices, you need to make 2 separate choices. One inside the if with the unlocked choice, then one inside the else with the locked choice.

if (asked_reason) {

ERYSTHIUS
..?

choice
<PREMIUM> “Find out how Aunt Marie surpassed the trouble.” {

} “Better change the topic.” {
}

} else {

ERYSTHIUS
..?

choice
<LOCKED> “Find out how Aunt Marie surpassed the trouble.” {

} “Better change the topic.” {
}

}

Thank you so much!!! You’re an episode angel :angel::hugs:

1 Like

hey guys, any help for my trouble would be appreciated.

1 Like

I am not sure how to make the choice available to only those who have the certain amount of points required to make them choose that particular choice in the chapter…help

Sorry if this doesn’t make sense I don’t know how to explain it…

Hi Dara,

Do you maybe have an idea what happens if I replace a full customization script by limited CC in a published story?

I have a story with a male MC with full customization in the first chapter. Now that I’m working on later chapters I realized that skin color and hair colour are somewhat important in the story and I guess I should also remove the ‘Chiseled Square’ face shape from the options because there is a flashback scene from his childhood where he would look weird with a beard.
If I updated the first chapter with limited CC, would this mess up the MC’s look for readers who are on later chapters?

if (CHARACTER > #) {

[unlocked choice here]

} else {

[locked choice here]

}

Okay thanks…:blush::blush:

Updating the first chapter won’t affect the already customized character for readers who are on later episodes. The character will still look just like how the reader customized them.

If you want that character to go back to how you created them, just use the commands to change their appearance at the beginning of the new chapter:

@CHARACTER changes face into Face
@CHARACTER changes bodyColor into Color
…ect.

Then if you want, you can ask your readers to customize again with the limited CC.

1 Like

OK, thank you so much!

I have a question-
what happens if you uninstalled the episode app??
Does all your account details gets deleted with it or we can just log in again with the ID that we logged in with previously??

And what about the episode profile does that gets deleted or is still there and we can’t go with the same one we had before…
Please tell me…

Your progress and profile gets saved with your login info.

Thank goodness!! :relieved::relieved::relieved:

Hey! I need some help with my script…

EXT. CITY HIGHWAY LOOP - DAY with CAR ANGLE SILVER

overlay CAR ANGLE SILVER shifts to -322 -0
overlay CAR ANGLE SILVER scales to 1.000 1.000

LONDON 3 spot 1.016 92 -8
LONDON 3 faces right

MASON spot 0.988 198 15
MASON faces right

pause for a beat

LONDON 3 starts dance_groove_loop

pause for a beat

pause for a beat

pause for a beat

MASON faces left

pause for a beat

MASON faces right

pause for a beat

MASON starts laugh_chuckle

pause for a beat

pause for a beat

MASON starts dance_groove_loop

pause for a beat

pause for a beat

LONDON 3 starts head_bob

pause for a beat

pause for a beat

MASON starts head_bob

pause for a beat

pause for a beat

 LONDON 3 (scream)
OPEN YOUR EYES

pause for a beat

MASON starts shocked

pause for a beat

pause for a beat

LONDON 3 (talk_pound_chest)
THAT IS UNSAFE!

pause for a beat

 MASON (cough)
Your attitude is unsafe...

pause for a beat

pause for a beat

LONDON 3 starts talk_angry_defensive AND MASON starts flirt_fingersnap

pause for a beat

pause for a beat

pause for a beat

pause for a beat

pause for a beat

MASON faces left

pause for a beat

MASON faces right

    MASON
(Note to self: Never insult a girl attitude.)

pause for a beat

pause for a beat

I keep getting the error message, “You can’t have one character immediately following another.” (Oh and please imagine the @ signs are there, apparently since I’m new I can only @ two people.:roll_eyes: THANK YOU!!!

Which part are you getting the error message?

You need to have a period or exclamation point, or any ending puncuation at the end of that dialogue.