Hi!
So I was was wondering if community writers can make a gem option seem gold (just like in the Episode featured stories). I know how to code gem options () and gold options () but I can’t seem to find the way to use them together.
Thanks! 
Hi!
So I was was wondering if community writers can make a gem option seem gold (just like in the Episode featured stories). I know how to code gem options () and gold options () but I can’t seem to find the way to use them together.
Thanks! 
just type down in front of a choice name
example:
NARRATOR
The text goes here.
choice (gems)
GEMS:8 “Something gold…” {
…
} “Something normal…” {
…
}
(i forgot it doesn’t show the text here so you have to put word PREMIUM in between <> brackets)
That doesn’t work, because both GEMS and PREMIUM must be between <> and the script will only allow either GEMS or PREMIUM, not both at the same time.
So the following gives an error:
NARRATOR
Text.
choice (gems)
< GEMS > < PREMIUM > “Choice line.”{
-Scene-
}
as far as I know we cant make gem choices gold its feature which only episode stories and featured stories have.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.