how do you change a characters opacity?
hello Dara, I was wondering what would CHARACTER<1 mean in the if elif else method?
Hi Dara, I have a bit of a problem. When the reader chooses the dress Casually crowning, they should get a message that pops up saying ‘You decided to impress your mother’. Instead, this pops up
Just wondering if you could help me find out how to make it display the right message.
Here’s the coding
@CHARMAGNE spot 1.280 147 8
CHARMAGNE (think_rubchin)
(What do I want to wear?)
choice (DRESS1)
“Casual crown” {
@CHARMAGNE changes into CasualCrown
@CHARMAGNE is primp_neutral
CHARMAGNE (talk_excited_happy)
Nice!
CHARMAGNE (talk_agree_happy)
Mom would approve.
} “Rebellious royal” {
@CHARMAGNE changes into Rebellingroyal
@CHARMAGNE is primp_neutral
CHARMAGNE (talk_excited_happy)
Awesome!
CHARMAGNE (talk_primp_neutral)
I'm totally rocking this crop top!
CHARMAGNE (talk_think_neutral)
And Sydney would love that I took her advice.
} “Pretty princess” {
@CHARMAGNE changes into Perfectprincess
@CHARMAGNE is primp_neutral
CHARMAGNE (talk_excited_happy)
Wow!
CHARMAGNE (talk_armsraised_neutral)
The paparazzi would love to see me in this.
}
CHARMAGNE
Do I want to wear this one?
choice
“It’s perfect!” {
if (DRESS1 is “Casual_Crown”) {
readerMessage You chose to impress your mother.
@CHARMAGNE is primp_neutral
} elif (DRESS1 is “Rebellious royal”) {
readerMessage You chose to impress your friends.
@CHARMAGNE is primp_neutral
} else {
readerMessage You chose to impress the paparazzi.
@CHARMAGNE is primp_neutral
}
} “No, I want to try on the others!” {
goto dressing_game_1
}
CHARMAGNE (breathe_deep)
(Perfect)
CHARMAGNE (think_rubchin)
(I should probably say goodbye to mom before I leave)
The option name in the if statement needs to match exactly like the option name in the choice.
hi dara would you be able to tell me how to change a characters opacity
thanks
hey sorry to be a pain but how do you make the screen shake?
Hey Dara, I had a random question. Is there benefits to naming a choice?
You can reference that choice in dialogue.
Ok I’m having remember choices problem
So here is what I have first
That’s what I have for other remember choices
And it ends up not showing but the other remember choices do show up except for one which is chose_Secert
So what am I doing wrong??
The gain needs to go before goto
Did that Didn’t work is the elif maybe??
The last elif needs to be else by itself. But you need to move the gain on line 1166 to line 1163, because you won’t be able to gain that flag since the goto is before which it skips the gain.
How do I do the else rather than elif??
} else {
Thank you
There’s been this promblem with the text effects whenever i use it the text stays the same color im not sure if its only on the web previewer but i should also say there isn’t any error whenever i put in the code