Dara Amarie's Official Help Thread! [closed]

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

Thank you!

17


Why is it wrong

1st time that I am here with 0 errors but I am wondering why my characters are popping up one by one in the party.

You need the @ sign on line 422

You need to use the & sign not the @ sign when you place your characters.

Thank you!

Ah, figured out what I was doing wrong. Didn’t put enough indents in the nested choice. Tyvm!