Can some one help me code a gem choice

Hey I want to add in a gem choice for customisation but I have no clue how to do it

Please could anyone help me

Here’s a support choice, as an example for you:

    NARRATOR
Would you like to support me?

choice (support_choice)
GEMS:5 “Yes, I would love to!”{
NARRATOR
Thank you so much!
}
“No, thanks.”{
NARRATOR
No problem!
}

it has to have < and > around the GEMS:5 for some reason it won’t let me type that

3 Likes

Thank you!

1 Like

No problem :blush:

1 Like

Do you know how to code a non gem choice?

Do you mean just an ordinary choice?

yes

Okay, so it’s just the same as the example I sent, but without the “GEMS:5”
Example:
NARRATOR
How do you feel?
choice
“Happy”{

#code for this choice

}
“Sad”{

#code for this choice

}
{continue story as normal}

Does that make sense?

1 Like

thank you!

1 Like

Anytime :sparkles:

1 Like

Hey really sorry but there is an error saying

Your label may not contain a space

What does this mean

Can you send me a screenshot of your code, and the error?

1 Like

This is because labels can’t have spaces in them. Try changing the label to continue_to_the_end.

1 Like

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