How to preview a outfit before making the player buy it first?Also how do you put how much gems you want

label dress_up
NARRATOR
What should you wear?
choice (dress_up_1)
“Glam” {
@MIA changes into Dress_1
MIA (admire_happy)
(I look Bomb now i sneak out)

} “Cute” {
@MIA changes into Dress_2
MIA (admire_happy)
(I look cute)

}“Plain”{
@MIA changes into plain Dress_3
MIA (talk_shrug_neutral)
(I mean it’s cute but no for a party)
}

1 Like

Here’s a template you can use to preview the gem choice outfit before purchasing it:

label dress_up

NARRATOR
What should you wear?

choice
<PREMIUM>“Glam” {
@MIA changes into Dress_1
@MIA is primp_neutral

NARRATOR
Wear this premium outfit?
choice (GLAM) 
<GEMS> "Yes, I love it!" {
MIA (admire_happy)
(I look Bomb now i sneak out)
} "No, let me try on the others" {
goto dress_up
}

} “Cute” {
@MIA changes into Dress_2
MIA (admire_happy)
(I look cute)
NARRATOR
Do you want to wear this outfit?
choice
"Yes!" {
} "No, let me try on the others" {
goto dress_up
}

}“Plain”{
@MIA changes into plain Dress_3
MIA (talk_shrug_neutral)
(I mean it’s cute but no for a party)
NARRATOR
Do you want to wear this outfit?
choice
"Yes!" {
} "No, let me try on the others" {
goto dress_up
}
}

All gem choices will automatically have the following prices:

  • 2 gems for stories with less than 10,000 reads
  • 5 gems for stories with between 10,000 and 100,000 reads
  • 10 gems for stories with over 100,000 reads

You can’t change the price yourself.

3 Likes

thanks so much

Hey @Dara.Amarie !

Can you help me, please? :sweat_smile:
I just copied your example, but in some way it doesn’t work :woman_shrugging:t3::
image

You may wanna tag her, she may see it faster that way.

1 Like

Oh, thank you!
If you can and want you help, your help is also welcome!

1 Like

I wish I could help the problem is I don’t know how to code, lol. But when I do learn I will try to help those who need help, now I’ll go to stop spamming your thread.

1 Like

That’s okay, thank you for your advice!

1 Like

It’s np.

1 Like

Hello?:sweat_smile:

@Dara.Amarie please there is a eorrr in it. Please help