I need help with support the author code asap!

I am currently updating my script for my story and I added the support the author option but it keeps on saying error. I have done it before but when I preview the scene it would not show the gem option it would go as a choice.

Here is the coding. After it would say Error unexpected STRING: Yes I would love to.

How can I fix this lol?

NARRATOR
Would you like to support the author?

choice (author_support)
GEMS:8> “Yes I would love to.” {

NARRATOR
Thank you so much !

}

“I Support by reading.” {

NARRATOR
Thank you !

}

2 Likes

Perhaps it’s because you’re missing another “<” before the GEMS:8.

1 Like

I have that coded on the portal idk why it didn’t show up here.

I have it as GEMS:8>

1 Like

one arrow and gems : 8 and 2 arrows lol

1 Like

Try removing that empty line between them, like this:

Also thinking that each of your gem choices might possibly have to have a different name from each other so no two choices have the same name? :thinking:

You could add a 1 for chapter 1 or 2 for chapter 2 etc. if you wanted to and I’m pretty that’s what you need to track them if you wanted to.
Example:
choice (author_support_1)

1 Like

I’ll try that right now. Thanks

1 Like

It stills says Error unexpected STRING: Yes I would love to. :cry:

1 Like

Edited my response! (:

1 Like

I have all of the support choices in my chapters the exact same though, all of them are:

NARRATOR

Do you want to support me?

choice (supportme)
<GEMS:5>“Yes!” {

    NARRATOR

Thank you so much! It means the world to me!

}“No thanks!” {

    NARRATOR

That's okay, don't worry!

}

1 Like

I’ll try both and see

Okay so I updated it to this.

It has no errors at all but it won’t show the gem “button” on the preview its just says Yes I would love to.

NARRATOR
Would you like to support me with a gem choice?

choice (author_support_1)
<GEMS:5 >“Yes I would love to.” {

NARRATOR
Thank you so much !

}“I Support by reading.” {

NARRATOR
Thank you !

}