How to code gem choices?

How do you guys code your gem options like bonus scenes, outfits, support the author, and points?
Because when I do support the author choice on my dashboards it goes to “other”.
My code is choice (SUPPORT) and I have no clue if I am doing it right or wrong at this point :sweat_smile:

1 Like

Would you mind showing your script so people can help :slightly_smiling_face:

A template on Dara’s website that might help you out with coding a gem scene

1 Like
    NARRATOR 
Would you like to support me?

choice (support)
GEMS:5 “I would love to!”{

    NARRATOR 
Thank you for supporting me!

}
“No thank you”{

    NARRATOR
Thank you for supporting me by reading!

}

like if I use this script the gem choice will go in other not in the support the author on the dashboard

1 Like

You should replace what you wrote between the parentheses with: author_support_NAME

So, example:

NARRATOR
Would you like to support me?


choice (author_support_episode1)
<GEMS:5> “I would love to!”{

NARRATOR 

Thank you for supporting me!


}
“No thank you”{

NARRATOR

Thank you for supporting me by reading!


}
1 Like

Story Metrics Dashboard Available to All Authors - Announcements! / Writer’s Portal Updates - Episode Forums (episodeinteractive.com)

Try this

1 Like

Thank you !

1 Like

Thank you it has all the code info on it !

1 Like

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