Dara Amarie's Official Help Thread! [closed]

Thanks! I got it perfectly because of you! Thanks again!

thanks!

Sorry I keep asking for help. I’m trying to write my first story.
How do you pan over a character’s body? Like as if the camera is checking them out.

Hi, it’s me again. I am having issues with the if, elif, and else.

Like this: } else {

You need the word is in the middle and you need to put quotations marks around the choice option name.

It would be best to put a confimation choice inside each gender option. Something like this:

label gender_select

NARR
Would you like to play as a man or a woman?

choice
"Woman" {

NARR
Are you sure?
choice
“Yes” {
gain woman_character
} “No” {
goto gender_select
}

} “Man” {

NARR
Are you sure?
choice
“Yes” {
gain man_character
} “No” {
goto gender_select
}
}

I am still getting an error but this time is different.

You’re also missing the starting brackets.

ok, I changed it and still giving me an error on the Becca.

The brackets are in the wrong spots. The starting bracket needs to go after the if/elif parts, not after the changing commands.

Thank you! I got it to work now.

Why isn’t this right?

57

Remove “in zone 1” from those commands.

thanks it worked !

Hi, I am having issues with my character customization being error free.

Text looks like this:

“Long Straight Loose Bangs Blunt Solid” {
@MAIN changes hair into Long Straight Loose Bangs Blunt Solid
goto long_hair
}

Then the error pops up as this:

Unexpected CHARACTER_FEATURE_CHANGE: (u’changes’, u’MAIN’, u’hair’, u’Long Straight Loose Bangs Sideswept Solid’)

Can you post a screenshot of your script

Here, hopefully that helps!

There needs to be a starting bracket after “Long Straight Loose Bangs Blunt Solid”

Oh! Okay thank you so much Dara! <3

1 Like