Creating Choices with using Gold Colour

Hi I’m wanting to write golden choices, but I don’t know how to do it. I’ve tried watching youtube video and I’m not understanding it. I want to put the gold choice first. If you could help me, that would be very helpful.

You need to write <PREMIUM> before the choice. Since you want the first option to be in gold, you should write it like this:

choice
<PREMIUM>"Choice 1"{
#code here
}"Choice 2"{
#code here
}"Choice 3"{
#code here
}
3 Likes

put PREMIUM the choice.
ex:

choice
“Choice 1”{
}
“Choice 2”{
}

wow forums doing me dirty, i didnt knlw that wouldnr show up :skull:

1 Like

Hi, I copied and pasted what you have put and this is what came up as the error.
I will include screenshots.


And this is the error screenshot.

So I remember when I watched the youtube that you need to put the () next to the choice. So that is what I did that.

And then When I did that the other error went and then I got this error.

And this is really confusing me. that why come on here because I am doing everything the youtube says and doing everything that you are sowing me to put and these are the errors am receiving.

Thank you for your help

You need a dialogue before every (default) choice. This means you have to put a character talking/thinking or a narration and then you can have a choice.

Example:

NARRATOR
[TEXT]
choice (romance)
[…]

or

CHARACTER
[TEXT]
choice (romance)
[…]

1 Like

I okay thank you I’ll try that. I’m new to using choices.

Thank you

1 Like

Link of video of choices changing the color

Hi @Episode_ShaunaIddon here is choice changing color . you can add any color .
Also the gold is in video and a lots more and Code is there too

1 Like

Thank you. I’ll look at it :blush:

1 Like

your welcome :smiling_face_with_three_hearts: oh ok :innocent:

Well, I saw that someone already aswered you. Like they said, the word choice must follow a line of dialogue (either from the narrator or a character) not a command.

This is only when you have gem choices or you want to remember choices by using the choice naming method!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.