JemU776's Help Thread

A Helpful tip to note:

1 Like

@JemU776
I Need help with 2 things

Hi, there, remember this please and thank you:

And of course, I’d love to help :heart:

1 Like

if “Choose outfit 1” {

@NAOMI changes into MODEL_default

}elif “Choose outfit 2” {

@NAOMI changes into MODEL2_default

}elif “Choose outfit 3” {

@NAOMI changes into MODEL3_default
}
elif “Casual Blues” {
@NAOMI changes into NAOMI_Casual_Blue

} elif “Pink ‘n’ Denim” {
@NAOMI changes into Naomi College 1

}
else {
@NAOMI changes into NAOMI_Winter_Ready
}

error: unexpected string: choose outfit 1

So, I’m assuming you want to use the choice name and option method for remembering those choices as opposed to gains. In that case, it would look something like this:

if (DREAM_WEAR is “Choose outfit 1”) {

@NAOMI changes into MODEL_default

}elif (DREAM_WEAR is “Choose outfit 2”) {

@NAOMI changes into MODEL2_default

}elif (DREAM_WEAR is “Choose outfit 3”) {

@NAOMI changes into MODEL3_default
}
elif (DREAM_WEAR is “Casual Blues”) {
@NAOMI changes into NAOMI_Casual_Blue

} elif (DREAM_WEAR is “Pink ‘n’ Denim”) {
@NAOMI changes into Naomi College 1

}
else {
@NAOMI changes into NAOMI_Winter_Ready
}

And yeah back to the original choice, it would look something like this:

choice (DREAM_WEAR)
"“Choose outfit 1” {

…and so forth :smile:

DREAM_WEAR is just the name I gave it, can be any (no spaces though).

P.S YOU CAN DO IT! :partying_face: :heart:

1 Like

For this… is it possible to make the character walk horizontally? Like walking up the wall like that…that orientation.

I’m still figuring if I can code that…

Hi yes, that’s what they do, you’re always making characters walk horizontally (and I know you can have them upside down in addition to having them stand up straight) but in regards to having them sideways and walking, I don’t believe that exists :thinking:

If you want to change your username, here’s a tutorial of how to do so: How To Change Your Forums Username! **TUTORIAL**

P.S Do you think I should make a few changes to mine? :smiling_imp:

JemX76 or something similar, lol :laughing:

Hmm…

Anyways, hope this helps you ^^

3 Likes

Nooo.
Keep it that :wink:

1 Like

Thank you so much for this

Bump :sunny:

@JemU776
I hope it isn’t off topic and if it is please tell me but do you know any good pirate themed stories with great directing and flowing plot?

Not sure but you could make a thread in the Promote Your Story section category telling others you are looking for pirate themed stories that meet those requirements. I’m sure people will list plenty :smiley:

1 Like

Alright, thanks.
And also if I wanted to make a sort of exaggerated mysterious zoom how would I do that

You can change the number of seconds a zoom lasts.

Here’s the article on it:

I’m trying my best to play the controls with the filters. I’ve read the story “I despise you” and “the abomination”, and the darkish/grungy filter she uses looks so cool and I’ve been trying to find out what coding she uses to get to that. I’m not sure if you can help me or know what I’m talking about

I haven’t read those stories so not that sure sorry but maybe this thread can help you: https://episodesupport.zendesk.com/hc/en-us/articles/115004232614-Advanced-Directing-Using-Filters :wink:

would you be able to explain how to do the name cc for a story please?

All you need to write is this:

NARR
What’s your name?

input What is your name? | What is your name? | Done (NAME)

NARR
Moving on…

Make sure the character’s display name is the same name you use for when u name a character by using the code

1 Like

Thank you so much!