Dara Amarie's Official Help Thread! [closed]

This might be a ridiculous question but I want to know. Can you add colors to the brow choices in INK? or Will it still show up black?

No, you can’t change the color of the brows for INK. You can type in the code and no errors will show up but the brow color will always stay black.

1 Like

Ah okay, thanks for letting me know.

1 Like

For some reason when I choose outfit 3, it changes to the second or first outfit. I’m confused.

Example of one of my scripts where it has happened:

label choosing_outfit

    LAUREN (think)
(What should I wear today?)

choice
“Basic.” {

@LAUREN is dustoff_loop

@pause for a beat

@LAUREN changes into Lauren episode 9 basic

@pause for a beat

&LAUREN is shiftweight

@zoom on 478 0 to 285% in 0.5

@pause for a beat

@zoom on 476 399 to 285% in 4

    LAUREN
(Is this what I wanna wear?)

choice
“Hell yes.” {

gain chose_basic

} “Hell no.” {

goto choosing_outfit
}
} “Casual.” {

@LAUREN is dustoff_loop

@pause for a beat

@LAUREN changes into Lauren episode 9 casual

@pause for a beat

&LAUREN is shiftweight

@zoom on 478 0 to 285% in 0.5

@pause for a beat

@zoom on 476 399 to 285% in 4

    LAUREN
(Is this what I wanna wear?)

choice
“Hell yes.” {

gain chose_casual

} “Hell no.” {

goto choosing_outfit
}
} “Cool.” {

@LAUREN is dustoff_loop

@pause for a beat

@LAUREN changes into Lauren episode 9 cool

@pause for a beat

&LAUREN is shiftweight

@zoom on 478 0 to 285% in 0.5

@pause for a beat

@zoom on 476 399 to 285% in 4

    LAUREN
(Is this what I wanna wear?)

choice
“Hell yes.” {

gain chose_cool

} “Hell no.” {

goto choosing_outfit
}
}

And the if/elif/else command:

if (chose_basic) {

@LAUREN changes into Lauren episode 9 basic

} elif (chose_casual) {

@LAUREN changes into Lauren episode 9 casual

} else {

@LAUREN changes into Lauren episode 9 cool

}

Is there an updated version of this?

LIMITED Character Customization Templates & WORKSHOP!

When you test out gains, make sure to refresh the page (web previewer) or reset story progress (app). Otherwise if you tap on all choices, you will gain all those flags. You can also toggle between flags by tapping on “Story Modifiers” then “Flags”.

What am I doing wrong?

Remove the word “stand”. It’s just CHARACTER spot % x y

1 Like

INT. GRANDMAS HOUSE BEDROOM - DAY
@LILLE enters from left to screen center faces faces right
LILLE (read_phone_neutral_loop)
LALALALALALALALA.
@TEYLER enters from left to screen left
TEYLER (talk_angry)
MOM AND DAD ARE ANGRY WITH ME, AGAIN.
LILLE (talk_startled_neutral)
WOW, WHAT?
TEYLER (talk_complain_angry)
You. Have. To. Help Me.
NARRATOR
What do I do? (THIS AFFECTS YOUR RELATIONSHIP WITH YOUR SISTER!!!)
choice
“Help, after all she is your sister” {

TEYLER (sing_dance_clap_happy_loop) +2
THANKS SO MUCH LILLE!
readerMessage TEYLER +2 SHE WILL REMEMBER THIS ;).
TEYLER (talk_excited_happy)
I MAS JOKING LILLE, JUST TESTING YOU TRUST, THAT’S ALL.
@TEYLER exits left
LILLE (eyeroll_subtle)
Really
choice
}“Don’t help, It’s her problem” {

TEYLER -2 (talk_armscrossed_angry_loop)
F U.
readerMessage TEYLER -2 SHE WILL REMEMBER THIS;)
@TEYLER exits left
LILLE (talk_awkward_loop)
Now I am in her bad side, I better watch out
}
its wrong for some reason?

You have 2 “faces” here. Remove the other one, and you need to add “and CHARACTER”

You only need to add the word “choice” just once and only right before the first option. So remove the second “choice” word

hi I was wondering if it was possible to have more than one overlay in a scene at one time
If so could I please have the script template

thank you

1 Like

I did a scan of this thread. Is there a template in there so I can have some extras stand in the background of a scene? Forgive me, if it has already been mentioned.

You can go here and ask for a script template.

If I don’t do that, will it also be an error for my readers, or is it only the writer who can see it? This may sound like a dumb question, but what is the “web previewer”? And how do I use it on my computer? Now that I’ve used your customization templates, when you make the readers choose a lip color for a day at school, for example, how do you change back to the “default” lip color that the readers chose, when they’re going to sleep? I hope you get what I mean lol.

The web previewer is what you use to look at your story. Example:

Wow, brain fart lol. Thank you.

1 Like

How do I use filters? I wanna make it to where there is a flashback but it’s in black and white. How do I do this?